Gets or sets the height of a line of text.
Visual Basic (Declaration) | |
---|---|
Public Property LineHeight As ExpressionInfo |
C# | |
---|---|
public ExpressionInfo LineHeight {get; set;} |
Property Value
A Length ExpressionInfo object that evaluates to the height of a line of text.
By default, the report output format determines the line height based on the font size.
The minimum value is 1pt; the maximum is 1000pt.