Skip to main content
All docs
V26.1
  • IObjectDataSourceMemberFilterService Interface

    Provides the list of type members to display in Web Report Wizard and Web Data Source Wizard.

    Namespace: DevExpress.DataAccess.Web

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public interface IObjectDataSourceMemberFilterService

    Remarks

    Web 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 application startup.

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

    Tip

    In desktop applications, implement the ISolutionTypesProvider interface. For additional information, refer to the following topics:

    See Also