Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DevExpress.XtraReports.Data Namespace

In This Article

Contains classes required to provide data to a Silverlight Report Wizard.

Assembly: DevExpress.XtraReports.v24.2.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.