Skip to main content

TdxCustomTableControlReportLinkOptionsPreview.AutoHeight Property

Specifies whether the height of a table control’s preview section is adjusted so as to accommodate the entire preview’s text.

Declaration

property AutoHeight: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set the AutoHeight property to True to have the height of the preview section (in lines) within a report be calculated automatically for each row based upon the preview text’s length for that row. In this case the value of the MaxLineCount property specifies the maximum number of text lines that the preview section will accommodate in a report (a value of 0 indicates that the preview section’s height has no limit). Set the AutoHeight property to False to designate the exact preview section’s height, which will be the same for every row as specified by the MaxLineCount property’s value.

The AutoHeight property’s default value is True.

See Also