[]
Initializes a new instance of the PageReport class.
public PageReport()
Initializes a new instance of the PageReport class.
public PageReport(FileInfo reportDefinitionFile)
| Type | Name | Description |
|---|---|---|
| FileInfo | reportDefinitionFile | A FileInfo information about a file path. |
| 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. |
Initializes a new instance of the PageReport class.
public PageReport(TextReader reportDefinitionReader)
| Type | Name | Description |
|---|---|---|
| TextReader | reportDefinitionReader | A TextReader to access the content of the report. |