Back to Devexpress

TdxGridReportLinkOptionsDetails Class

vcl-dxpscxgridlnk-3a1c5637.md

latest1.2 KB
Original Source

TdxGridReportLinkOptionsDetails Class

Options defining whether the focused view will be displayed with it’s detail and master views (if any) in the report.

Declaration

delphi
TdxGridReportLinkOptionsDetails = class(
    TdxGridReportLinkOptions
)

Remarks

The TdxGridReportLinkOptionsDetails class determines whether the focused view is displayed with or without its detail and master views within a report.

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

Inheritance

TObject TPersistent TdxCustomReportLinkOptions TdxGridReportLinkOptions TdxGridReportLinkOptionsDetails

See Also

TdxGridReportLinkOptionsDetails Members

dxPScxGridLnk Unit