Back to Devexpress

TdxGridReportLinkOptionsPreview Class

vcl-dxpscxgridlnk-912681ed.md

latest1.3 KB
Original Source

TdxGridReportLinkOptionsPreview Class

Options for displaying preview sections of the grid in a report.

Declaration

delphi
TdxGridReportLinkOptionsPreview = class(
    TdxCustomTableControlReportLinkOptionsPreview
)

Remarks

The TdxGridReportLinkOptionsPreview class contains options that determine whether the preview section is visible and the number of text lines displayed within the preview.

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

Inheritance

TObject TPersistent TdxCustomReportLinkOptions TdxCustomTableControlReportLinkOptions TdxCustomTableControlReportLinkOptionsPreview TdxGridReportLinkOptionsPreview

See Also

TdxGridReportLinkOptionsPreview Members

dxPScxGridLnk Unit