ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportSection Class / Page Property

In This Topic
    Page Property (ReportSection)
    In This Topic
    Gets or sets the page layout information for the report section.
    Syntax
    'Declaration
     
    Public Property Page As ReportSectionPage
    public ReportSectionPage Page {get; set;}

    Property Value

    A ReportSectionPage object representing the page layout details for the report section.
    See Also