Back to Devexpress

IObjectDataSourceMemberFilterService Interface

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

latest2.9 KB
Original Source

IObjectDataSourceMemberFilterService Interface

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

Remarks

The Report Wizard and Data Source Wizard display all type members that return IEnumerable<T> values. Implement the Filter(Type, IEnumerable<MemberInfo>) method to filter members. Register the class with the implemented method at the application’s startup.

The following topics describe how to implement the IObjectDataSourceMemberFilterService interface to filter type members:

See Also

IObjectDataSourceMemberFilterService Members

DevExpress.DataAccess.Web Namespace