Skip to main content

TdxGridReportLink.OptionsView Property

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

Declaration

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