Serves as base class for all reports.
The following tables list the members exposed by the Report type.
Name | Description | |
---|---|---|
Initializes a new instance of the Report class. |
Name | Description | |
---|---|---|
Gets or sets the default font in the report. |
||
Gets or sets the default font in the report. |
||
Gets or sets the default font size in the report. |
||
Gets or sets the default font style in the report. |
||
Gets or sets the unit of the report measures. |
||
Gets a collection with all report pages. |
||
Gets a list with the report parameters. |
Name | Description | |
---|---|---|
Layouts the report after it has been previously processed by a call to the Run method. |
||
Overloaded. Loads the report from a file, stream, or XML node. |
||
Executes the report. |
||
Overloaded. Saves the report to a file, stream, or XML node. |
Name | Description | |
---|---|---|
Loads the report from the specified XML element. |
||
Raises the DeserializeDataSource event. |
||
Raises the ReportRun event. |
||
Raises the SerializeDataSource event. |
||
Saves the report to the specified XML element. |
Name | Description | |
---|---|---|
Raised during deserialization to resolve report data sources based on the string identifiers previously specified through the SerializeDataSource event. |
||
Raised after the report has been processed. |
||
Raised during serialization to map the data sources referenced inside the report with string identifiers. |