Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomTableControlReportLinkOptionsPreview.MaxLineCount Property

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

#Declaration

Delphi
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