Skip to main content
A newer version of this page is available. .

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.v19.1.Service.dll

NuGet Package: DevExpress.Reporting.WCF

Declaration

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

Parameters

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

A Type delegate.

See Also