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

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

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to an System.Int32 value indicating the maximum depth of the ToC. Default value is 0, the minimum value is 0.
    See Also