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

In This Topic
    Document Property (PageReport)
    In This Topic
    Gets the instance of GrapeCity.ActiveReports.Document.PageDocument, which provides the necessary functions for the processing of a report.
    Syntax
    'Declaration
     
    Public ReadOnly Property Document As PageDocument
    public PageDocument Document {get;}

    Property Value

    A GrapeCity.ActiveReports.Document.PageDocument instance.
    See Also