Skip to main content

ReportServiceExtensionsResolver.SetResolver(Func<Type, IEnumerable<Object>>) Method

Applies a resolver of the specified type to the Report Service.

Namespace: DevExpress.XtraReports.Service

Assembly: DevExpress.XtraReports.v24.1.Service.dll

NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard

Declaration

public static void SetResolver(
    Func<Type, IEnumerable<object>> resolve
)

Parameters

Name Type Description
resolve Func<Type, IEnumerable<Object>>

A Type delegate.

See Also