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

TdxGridReportLinkOptionsOnEveryPage Class

Options that set which view elements are displayed on every report page or on the first page only.

#Declaration

Delphi
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.

See Also