Back to Devexpress

IObjectDataSourceConstructorFilterService Interface

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

latest3.0 KB
Original Source

IObjectDataSourceConstructorFilterService Interface

Provides the list of type constructors 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 IObjectDataSourceConstructorFilterService
vb
Public Interface IObjectDataSourceConstructorFilterService

Remarks

The Report Wizard and Data Source Wizard display all constructors in the registered types. Implement the Filter(Type, IEnumerable<ConstructorInfo>) method to filter constructors. Register the class with the implemented method at the application’s startup.

The following topics describe how to implement the IObjectDataSourceConstructorFilterService interface to filter type constructors:

See Also

IObjectDataSourceConstructorFilterService Members

DevExpress.DataAccess.Web Namespace