ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportStyles Class / TableOfContents Property

In This Topic
    TableOfContents Property (ReportStyles)
    In This Topic
    Syntax
    'Declaration
     
    Public Property TableOfContents As ReportItemStyle(Of TableOfContentsStyleContent)()
    public ReportItemStyle<TableOfContentsStyleContent>[] TableOfContents {get; set;}
    See Also