Skip to main content

TcxTreeListCustomReportLink.OptionsPreview Property

Options determining how to display the TreeList node preview section within the report.

Declaration

property OptionsPreview: TcxTreeListReportLinkOptionsPreview read; write;

Property Value

Type
TcxTreeListReportLinkOptionsPreview

Remarks

The OptionsPreview property is used to control the TreeList node preview section representation within the report. The OptionsPreview.Visible property determines whether the preview section is visible. (True is visible, False is not visible) and the OptionsPreview.AutoHeight property specifies whether to adjust preview section height to accommodate the entire preview text. You can however, limit the preview text lines count via the OptionsPreview.MaxLineCount property. Set this property to the value greater than 0 and the preview section line count will not exceed the property value. But if the OptionsPreview.MaxLineCount property is 0 the line count will not be limited.

After changing options you can always restore their default values using the RestoreDefaults method.

See Also