TcxTreeListReportLinkOptionsPreview Class
Options to determine how to display the TreeList node preview section within the report.
Declaration
TcxTreeListReportLinkOptionsPreview = class(
TdxCustomTableControlReportLinkOptionsPreview
)
Remarks
The TcxTreeListReportLinkOptionsPreview class contains options used to control the TreeList node preview section representation within the report. The Visible property determines whether the preview section is visible and the AutoHeight property specifies if the preview section’s height should be adjusted to accommodate the entire preview text. You can however, limit the text line count n the preview section via the MaxLineCount property.
After changing options you can always restore their default values using the RestoreDefaults method.
Inheritance
TObject
TPersistent
TdxCustomReportLinkOptions
TdxCustomTableControlReportLinkOptions
TdxCustomTableControlReportLinkOptionsPreview
TcxTreeListReportLinkOptionsPreview
See Also