ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / ReportSections Property

In This Topic
    ReportSections Property
    In This Topic
    Gets or sets the collection of report sections.
    Syntax
    'Declaration
     
    Public Property ReportSections As ReportSectionsCollection
    public ReportSectionsCollection ReportSections {get; set;}

    Property Value

    An object representing the ReportSectionsCollection containing the report sections of the report.
    See Also