ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / LineHeight Property

In This Topic
    LineHeight Property (Style)
    In This Topic
    Gets or sets a line height (leading).
    Syntax
    'Declaration
     
    Public Property LineHeight As ExpressionInfo
    public ExpressionInfo LineHeight {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to a Length value indicating the line height.
    Remarks
    This property is used to control the spacing between lines of text.
    See Also