TdxGridReportLinkOptionsOnEveryPage Class
Options that set which view elements are displayed on every report page or on the first page only.
Declaration
TdxGridReportLinkOptionsOnEveryPage = class(
TdxCustomTableControlReportLinkOptionsOnEveryPage
)
Remarks
The TdxGridReportLinkOptionsOnEveryPage class is used to determine which view elements are displayed on every page and which are only displayed on the first page. These options affect band headers, grid level captions, column headers, and filter and footer panels. When these options are set to True, the appropriate view elements will be displayed on every report page. Otherwise, they will be displayed on the first report page only.
To return all options in this set to their defaults, call the RestoreDefaults method.
This set of options can be accessed via the grid report link’s OptionsOnEveryPage property.
Note
These options are not in effect when your report displays a grid representing a master-detail relationship and the master rows within the displayed view are expanded.