TdxGridReportLink.OptionsOnEveryPage Property
In This Article
Options defining the positions of view elements in the report.
#Declaration
Delphi
property OptionsOnEveryPage: TdxGridReportLinkOptionsOnEveryPage read; write;
#Property Value
Type |
---|
Tdx |
#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