ActiveReports Developer 7
LineHeight Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Style Class : LineHeight Property

Glossary Item Box

Gets or sets the height of a line of text.

Syntax

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.

Remarks

By default, the report output format determines the line height based on the font size.

The minimum value is 1pt; the maximum is 1000pt.

See Also