The PerpetuumSoft.Reporting.Data namespace contains classes of the interface that provide access to the data by which the report is generated.
Classes
| Class | Description | |
|---|---|---|
| DataNavigationException | The exception that is thrown when data navigation failed. | |
| DataNavigationManager | Controls all data navigators associated with RenderEngine. | |
| DataNavigator | Provides uniform mechanism for data navigation. | |
| DocumentDataSource | Represents the document template data source. | |
| DocumentDataSourceCollection | Represents the data sources collection. | |
| OdbcDataSource | Represents data source for the document which gets data from the database supporting work through ODBC. | |
| SqlBaseDataSource | Represents data source for the document which gets data from the database. | |
| SqlDataSource | Represents data source for the document which gets data from the MS SQL database. | |
| XmlDataSource | Represents data source for the document which gets data from the XML document. |
Interfaces
| Interface | Description | |
|---|---|---|
| IDataSource | Provides interface for plug-in data sources. | |
| IDataSourceManager | Provides access to data sources collection. |