ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TableOfContents Class
Members

In This Topic
    TableOfContents Class
    In This Topic
    Represents a table of contents that presents the document map.
    Object Model
    TableOfContents Class
    Syntax
    'Declaration
     
    Public NotInheritable Class TableOfContents 
       Inherits ReportItem
       Implements IReportComponentIValidateable 
    public sealed class TableOfContents : ReportItem, IReportComponentIValidateable  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             GrapeCity.ActiveReports.PageReportModel.ReportComponent
                GrapeCity.ActiveReports.PageReportModel.ReportItem
                   GrapeCity.ActiveReports.PageReportModel.TableOfContents

    See Also