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

TdxCustomTextReportLink.TextRowSpacing Property

Specifies the vertical spacing between text rows.

#Declaration

Delphi
property TextRowSpacing: Double read; write;

#Property Value

Type
Double

#Remarks

The vertical spacing between text rows (the space between the bottom of one row and the top of the next) is determined using the height of a single text row multiplied by the TextRowSpacing property’s value, e.g. a value of 1 indicates a single spacing, the minimum height required to avoid overlapping, while a value of 2,5 specifies the row’s height as two and a half times that of the height of a single text row with a space of half a text row prior to the text row being printed.

The minimum value of the TextRowSpacing property is 1.

See Also