TdxCustomTableControlReportLinkOptionsPreview Class
In This Article
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
TObject
TPersistent
TdxCustomReportLinkOptions
TdxCustomTableControlReportLinkOptions
TdxCustomTableControlReportLinkOptionsPreview
See Also