DevExpress.XtraReports.Data Namespace
Contains classes required to provide data to a Silverlight Report Wizard.
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Classes
Name | Description |
---|---|
ColumnsByTableDictionary | Obsolete. A dictionary for DataSchemaProvider. |
DataProvider | Obsolete. Provides the functionality to obtain data from an XML schema of a database. |
DataSchema | Obsolete. A container to separately store the XML schema of tables and views, to avoid any possible confusion caused by mixing them. |
DataSchemaProvider | Obsolete. Provides the functionality to obtain an XML schema from a database. |
DbConnectionDataProvider | Obsolete. The base class for classes that assist in accessing a Silverlight Report Wizard’s data sources using a connection string. |
DbSchemaHelper | Obsolete. A helper class that obtains the information about a data source from the database. |
FilteringOperatorsByTableDictionary | Obsolete. A dictionary of data table filters for DataProvider. |
ObjectDataProvider | Obsolete. A Report Wizard‘s data provider that works with object model data sources (e.g., Entity Framework or XPO). |
SelectQueryBuilder static | Obsolete. Builds a SQL query string to obtain data from a data source. |
Interfaces
Name | Description |
---|---|
IDataProvider | Obsolete. Implements methods that manage data sources utilized by the Silverlight Report Wizard. |
IDbSchemaHelper | Obsolete. If implemented by a class, provides methods to obtain the information about a data source from the database. |