ActiveReports 19 .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
    Gets or sets styles for table of contents report items.
    Syntax
    'Declaration
     
    Public Property TableOfContents As ReportItemStyle(Of TableOfContentsStyleContent)()
    public ReportItemStyle<TableOfContentsStyleContent>[] TableOfContents {get; set;}

    Property Value

    An array of ReportItemStyle<T> that contains styles for table of contents report items.
    See Also