FAQ/Introduction.md
... ...
@@ -96,7 +96,7 @@ You can define a chart to use here from a list of Izenda-supported charts. Selec
96 96
* **Waterfall:** Displays a chart that can relate both positive and negative change for specific periods of time. Great for quarterly or yearly numeric data.
97 97
* **World Tour:** This is a 3D spherical map of the entire world that animates itself to move around the world to your different datapoints.
98 98
* **Settings:** Here is a list of settings that are applicable to all charts:
99
- * **Title::** Used to add a title to your chart that is displayed in bold.
99
+ * **Title:** Used to add a title to your chart that is displayed in bold.
100 100
* **Records:** Determines how many records of your data will be displayed in the chart.
101 101
* **Scale %:** Scales the chart's height by the input percentage. (All but visualizations)
102 102
... ...
@@ -122,6 +122,23 @@ Here you can change properties concerning your general report. You can also sche
122 122
123 123
###Style tab
124 124
125
+Here you can add styling to your report. This affects the table that is displayed on the report viewer. A preview of what your table will look like is displayed here as well.
126
+* **Border Color:** This allows you to set the color of the border that splits your table cells. This applies to the whole table rather than individual rows or columns.
127
+* **Header Color:** This sets the background color for your table headers. The headers contain the titles of the columns in your report.
128
+* **Header Foreground Color:** This allows you to set the text color within the header cells.
129
+* **Item Color:** This allows you to set the background color of odd-numbered rows, starting with the first row below the header row.
130
+* **Item Foreground Color:** This will set the text color of all the data contained in your report (with the exception of the header).
131
+* **Alternating Item Color:** This sets the background color of eve-numbered rows, starting with the second row below the header row.
132
+* **Restore Default:** Reverts the styling back to the page defaults
133
+* **CSS:** You can define your own css classes and declarations to be used on your table for more customized control over your report.
134
+* **Landscape Printing:** Checking this property will cause any reports you print using the menu buttons to be printed in landscape mode. Unchecking it will print reports in portrait mode.
135
+* **Show Page Number:** Applies solely to printed reports. Displays the page number on each page of the report.
136
+* **Show Date and Time:** Also applies to printed reports. This will display the date and time on the header of the report when it's printed.
137
+* **Use pagination in web view:**
138
+* **Add bookmark for each visual group:** Applies to PDF exports. This will create a bookmark for each table that has been generated using the visual grouping feature on the fields tab.
139
+* **Page Break After Visual Groups:** This applies to PDFs and word documents.
140
+This will use the visual grouping feature to create a PDF or DOC file with one page per visual group.
141
+* **Minimize Grid Width:**
125 142
###Filters Tab
126 143
127 144
###Pivots Feature
... ...
\ No newline at end of file