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

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

    Parameters

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