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

ReportServiceExtensionsResolver.SetResolver(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(
    object serviceLocator
)

Parameters

Name Type Description
serviceLocator Object

A Object value.

See Also