Skip to main content

TdxGridReportLink.OptionsOnEveryPage Property

Options defining the positions of view elements in the report.

Declaration

property OptionsOnEveryPage: TdxGridReportLinkOptionsOnEveryPage read; write;

Property Value

Type
TdxGridReportLinkOptionsOnEveryPage

Remarks

The OptionsOnEveryPage property is used to determine whether the fixed view elements such as grid level caption, bands headers, column headers, footer and filter panels, appear on every report page or on the first page only.

Use the RestoreDefaults method to set all options in this set to their defaults.

See Also