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

TdxGridReportLinkOptionsView Class

Options determining whether view elements will be drawn in the report.

#Declaration

Delphi
TdxGridReportLinkOptionsView = class(
    TdxCustomTableControlReportLinkOptionsView
)

#Remarks

The TdxGridReportLinkOptionsView class stores options that will determine whether the views’ elements will be drawn in the report.

These settings are ignored if they relate to elements not present in the view type currently displayed within your report. For instance, if a user changes the BandHeaders property value for the report displaying a grid table view, this property value will be simply ignored.

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

See Also