Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGridReportLink.OptionsOnEveryPage Property

Options defining the positions of view elements in the report.

#Declaration

Delphi
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