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.OptionsView Property

Options specifying which grid view elements are drawn within the report.

#Declaration

Delphi
property OptionsView: TdxGridReportLinkOptionsView read; write;

#Property Value

Type
TdxGridReportLinkOptionsView

#Remarks

Use the OptionsView property to specify the visibility of the following grid view elements: grid level caption, band headers, footer, group footer and filter panels, master and group rows expand buttons and column headers. Options from this set affect the OptionsOnEveryPage functionality. If a specific grid view element is turned off via the OptionsView setting, then this also overrides the respective OptionsOnEveryPage setting for the same element.

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

See Also