Skip to main content

TdxCustomTableControlReportLinkOptionsPreview.MaxLineCount Property

Specifies the maximum number of text lines, which can be displayed at once within the preview section of a report.

Declaration

property MaxLineCount: Integer read; write; default 0;

Property Value

Type Default
Integer 0

Remarks

Use the MaxLineCount property to specify the maximum number of text lines which can be displayed at once within the preview section of a report. If this property is set to a value greater than 0 the preview section’s height will be limited to the line count specified by this property. A value of 0 indicates that the preview section’s height has no limit when it’s calculated automatically (the AutoHeight property is set to True), otherwise the preview section is not displayed.

The MaxLineCount property’s default value is 0.

See Also