Skip to main content

TdxGridReportLinkOptionsView Class

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

Declaration

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