ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / PageReport Class / PageReport Constructor / PageReport Constructor(FileInfo)
The report definition (*.rdlx) file to load.

In This Topic
    PageReport Constructor(FileInfo)
    In This Topic
    Initializes a new instance of PageReport class using the specified report definition file.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal reportDefinitionFile As FileInfo _
    )
    public PageReport( 
       FileInfo reportDefinitionFile
    )

    Parameters

    reportDefinitionFile
    The report definition (*.rdlx) file to load.
    See Also