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

In This Topic
    LeadingChar Property (Style)
    In This Topic
    Gets or sets an leading char for label of the table of contents.
    Syntax
    'Declaration
     
    Public Property LeadingChar As ExpressionInfo
    public ExpressionInfo LeadingChar {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to an System.String value indicating the leading char for label.
    See Also