ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Document Namespace / PageDocument Class / PageDocument Constructor

In This Topic
    PageDocument Constructor
    In This Topic
    Initializes a new instance of PageDocument Class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageReport As PageReport _
    )
    public PageDocument( 
       PageReport pageReport
    )

    Parameters

    pageReport
    See Also