TdxCustomTableControlReportLink.OptionsOnEveryPage Property
Represents a set of options, which control the appearance of the table controls’ elements on each page in a report.
Declaration
property OptionsOnEveryPage: TdxCustomTableControlReportLinkOptionsOnEveryPage read; write;
Property Value
Type |
---|
TdxCustomTableControlReportLinkOptionsOnEveryPage |
Remarks
Use the OptionsOnEveryPage property to customize the appearance of particular elements (headers, footer panels and band headers) in table controls such as the TreeList and Grid on each report page.
Use the report link’s OptionsOnEveryPage.RestoreDefaults method to reset all the options applied to this report link back to their default values.
See Also