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

In This Topic
    HeadingLevel Property (Style)
    In This Topic
    Gets or sets a heading level of the table of contents.
    Syntax
    'Declaration
     
    Public Property HeadingLevel As ExpressionInfo
    public ExpressionInfo HeadingLevel {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to an System.Int32 value indicating the heading level of the ToC.
    See Also