0254f077d9153c516f9135423f7bdb0c1f677341
Guides/ReportDesign/10-dot-0-Style-tab.md
| ... | ... | @@ -10,11 +10,7 @@ The style tab is where you can customize the look and feel of your report. You c |
| 10 | 10 | |
| 11 | 11 | ##10.1 Style Properties |
| 12 | 12 | |
| 13 | -There are six separate controls that you can use to select the colors used for various elements on your report. You can see the results of your changes in the sample grid that is displayed directly below the dropdown menus. |
|
| 14 | - |
|
| 15 | -The colors that can be changed are: Border color, Header color, Header foreground color, Item color, Item foreground color, and Alternating item color. |
|
| 16 | - |
|
| 17 | -![Sample Grid and color dropdowns]() |
|
| 13 | +There are six separate controls that you can use to select the colors used for various elements on your report. You can see the results of your changes in the sample grid that is displayed directly below the dropdown menus. The colors that can be changed are: Border color, Header color, Header foreground color, Item color, Item foreground color, and Alternating item color. |
|
| 18 | 14 | |
| 19 | 15 | Explanations of these features are given below: |
| 20 | 16 | |
| ... | ... | @@ -27,6 +23,10 @@ Explanations of these features are given below: |
| 27 | 23 | |Item Foreground Color|Affects the text color of all report items.| |
| 28 | 24 | |Alternating Item Color|Affects the background color of the even numbered report items.| |
| 29 | 25 | |Restore Default|Reverts all of the previously mentioned controls' settings back to their defaults.| |
| 26 | + |
|
| 27 | +##10.2 CSS & Printing Controls |
|
| 28 | + |
|
| 29 | +These controls will allow you to control the style of your reports on a granular scale if need be and also to apply various visual |
|
| 30 | 30 | |CSS|You can define any custom CSS to be used on this report inside the text box. You can use the browser object inspector to discern CSS class names used on the grid so you can override them.| |
| 31 | 31 | |Landscape Printing|When checked, this will cause reports printed from the report viewer to be printed in landscape mode. Otherwise they will be printed in portrait mode.| |
| 32 | 32 | |Show Page Number|When checked, this will display the page number on all page-dependent printed reports. This will not apply to the report viewer or to XML, XLS, and CSV exports.| |