The PerpetuumSoft.Reporting.Data namespace contains classes of the interface that provide access to the data by which the report is generated.

Classes

  ClassDescription
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

  InterfaceDescription
IDataSource
Provides interface for plug-in data sources.
IDataSourceManager
Provides access to data sources collection.