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

In This Topic
    Page Property (ReportSection)
    In This Topic
    Specifies the page layout information of a report section.
    Syntax
    'Declaration
     
    Public Property Page As ReportSectionPage
    public ReportSectionPage Page {get; set;}
    See Also