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

In This Topic
    NumberingStyle Property (Style)
    In This Topic
    Gets or sets a numbering style for headings of the table of contents.
    Syntax
    'Declaration
     
    Public Property NumberingStyle As ExpressionInfo
    public ExpressionInfo NumberingStyle {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to a NumberingStyle enumeration.
    See Also