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

TdxCustomTableControlReportLinkOptionsPreview Class

Represents the report link’s options, which control and customize the appearance of the table control’s preview section in a report.

#Declaration

Delphi
TdxCustomTableControlReportLinkOptionsPreview = class(
    TdxCustomTableControlReportLinkOptions
)

#Remarks

The TdxCustomTableControlReportLinkOptionsPreview class is the base class for classes which provide options that are used to control and customize the appearance of the table control’s preview section within a report. These options include the following:

  • Visible – shows/hides the preview section within a report;

  • MaxLineCount and AutoHeight – specifies the height of the preview section (in text lines) and a method for adjusting its height according to its contents.

#Inheritance

See Also