Back to Devexpress

IObjectDataSourceWizardTypeProvider Interface

corelibraries-devexpress-dot-dataaccess-dot-web-cb42d6f2.md

latest2.7 KB
Original Source

IObjectDataSourceWizardTypeProvider Interface

Provides the list of types to display in the Report Wizard and Data Source Wizard.

Namespace : DevExpress.DataAccess.Web

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public interface IObjectDataSourceWizardTypeProvider
vb
Public Interface IObjectDataSourceWizardTypeProvider

Remarks

Implement the GetAvailableTypes(String) method to list the types that the Report Wizard and Data Source Wizard should display. Register the class with the implemented method at the application’s startup.

The following topics describe how to implement and register the IObjectDataSourceWizardTypeProvider interface to display types in the Report Wizard and Data Source Wizard :

See Also

IObjectDataSourceWizardTypeProvider Members

DevExpress.DataAccess.Web Namespace