ActiveReports 12
PageReport Constructor(TextReader)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports Namespace > PageReport Class > PageReport Constructor : PageReport Constructor(TextReader)
The report definition (*.rdlx) file to load.
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

Reference

PageReport Class
PageReport Members
Overload List