Skip to main content

DevExpress.DataAccess.Web Namespace

Contains classes and interfaces that provide the SQL Data Source Wizard functionality in web applications.

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Classes

Name Description
ConfigFileConnectionStringsProvider A data connection string provider for ASP.NET MVC and ASP.NET Web Forms. This provider allows users to create new data sources based on predefined connection strings from the configuration file.

Interfaces

Name Description
IConnectionProviderFactory Provides methods for creating a provider to restore a data connection on deserializing a report.
IDataSourceWizardConnectionStringsProvider Allows you to manage data connections available in the Data Source Wizard.
IDataSourceWizardDBSchemaProviderExFactory Contains a method that creates a custom database schema provider (an object with the IDBSchemaProviderEx interface) for the Data Source Wizard.
IDataSourceWizardJsonConnectionStorage Defines a connection storage that receives, stores, and provides JSON connection strings on demand.
IDBSchemaProviderExFactory Contains a method that creates a custom database schema provider (an object with the IDBSchemaProviderEx interface) for the report’s preview.
IEFContextProviderFactory When implemented, supplies a service that allows you to obtain the EF Core context from the dependency injection container.
IJsonDataConnectionProviderFactory
IObjectDataSourceConstructorFilterService Provides the list of type constructors to display in the Report Wizard and Data Source Wizard.
IObjectDataSourceMemberFilterService Provides the list of type members to display in the Report Wizard and Data Source Wizard.
IObjectDataSourceWizardTypeProvider Provides the list of types to display in the Report Wizard and Data Source Wizard.
ISelectQueryFilterService A service that allows you to apply row-level filtering to all SELECT queries for the Document Viewer, Report Designer Preview, and Query Builder components.
ISqlDataSourceWizardCustomizationService When implemented, provides functionality for customizing the SQL Data Source Wizard of the Web Report Designer.
IWizardJsonDataSourceSchemaDiscoveryInterceptor Allows you to specify the number of data source records that the JsonDataSource uses to build the schema.