f228985300bfcbc84549419546f5a9f36499a54d
Guides/ReportDesign/10.0-Style-tab.md
| ... | ... | @@ -32,9 +32,9 @@ These controls will allow you to control the style of your reports on a granular |
| 32 | 32 | |:---------:|:-------------:| |
| 33 | 33 | |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.| |
| 34 | 34 | |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.| |
| 35 | -|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.| |
|
| 35 | +|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. You can add [[custom page numbers|/FAQ/add-custom-page-numbers-to-a-report]] as well using the report header and footer property of the [[Misc tab|/Guides/ReportDesign/9.0-Misc-Tab]]. | |
|
| 36 | 36 | |Show Date and Time|When checked, this will display the date and time on all page-dependent printed reports. This will not apply to the report viewer or to XML, XLS, and CSV exports.| |
| 37 | -|Use Pagination in Web View|Sets whether the report viewer will use paging.| |
|
| 37 | +|Use Pagination in Web View|Sets whether the report viewer will use paging. This pagination will not be applied to exports.| |
|
| 38 | 38 | |Add Bookmark for Each Visual Group|Sets whether bookmarks will be used on each visual group. Applies only to PDF exports.| |
| 39 | 39 | |Page Break After Visual Groups|Sets whether each visual group will receive its own page when exported. This will not apply to XML, XLS, or CSV exports. 'Page Break After Visual Groups' is not the same as 'Page Break After Field' in the Advanced Field Settings of FIELDS tab. | |
| 40 | 40 | |
| ... | ... | @@ -46,7 +46,7 @@ These controls will allow you to control the visual flow of the elements in your |
| 46 | 46 | |:---------:|:-------------:| |
| 47 | 47 | |Minimize Grid Width|Adjusts the margins of the data grid to match the size of the data. This can result in columns that are not uniform size.| |
| 48 | 48 | |Visual Group Style|Sets how visual groupings will be displayed. This is described in detail below.| |
| 49 | -|Items Per Page|Allows a user to set the number of items shown per page in the report viewer.| |
|
| 49 | +|Items Per Page|Allows a user to set the number of items shown per page in the report viewer. The pagination control is only applied to the report viewer, and will not impact exports| |
|
| 50 | 50 | |Report Order|Allows the user to set the order of items included in the report (Summary, Chart, Gauge, Map, Detail). The detail grid is the one created on the Fields tab. If you cannot position an item between two charts, check [[here|/FAQ/Why-Are-My-Charts-Stuck-Together]]. |
| 51 | 51 | |Field|Value Column Pairs|Allows the user to set the field value style for multiple columns displaying on one row. [[See an example|http://www.izenda.com/bi/ReportDesigner.aspx?rn=Accounting]].| |
| 52 | 52 | |Show Main Report in Field|Value Style|Allows a user to set whether the entire detail grid will be shown using the field value style defined above.| |