ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ReportSectionBase Class / Page Property

In This Topic
    Page Property (ReportSectionBase)
    In This Topic
    Gets the page descriptor of the report section.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Page As PageBase
    public abstract PageBase Page {get;}

    Property Value

    A PageBase representing the page descriptor of the report section.
    See Also