ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / PageReport Class / Report Property

In This Topic
    Report Property (PageReport)
    In This Topic
    Gets the current report definition object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Report As Report
    public Report Report {get;}

    Property Value

    The current object of Report.
    Remarks
    The value is set in the constructor.
    See Also