[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReport.-ctor

PageReport Constructor

PageReport()

Initializes a new instance of the PageReport class.

Declaration
public PageReport()

PageReport(FileInfo)

Initializes a new instance of the PageReport class.

Declaration
public PageReport(FileInfo reportDefinitionFile)
Parameters
Type Name Description
FileInfo reportDefinitionFile

A FileInfo information about a file path.

Exceptions
Type Condition
PersistenceException

Thrown if the report definition cannot be loaded.

ReportException

Thrown if the specified file does not appear to be a properly formatted RDLX file, or if the report definition has the wrong xmlns specified.

PageReport(TextReader)

Initializes a new instance of the PageReport class.

Declaration
public PageReport(TextReader reportDefinitionReader)
Parameters
Type Name Description
TextReader reportDefinitionReader

A TextReader to access the content of the report.