Skip to main content

ReportServiceExtensionsResolver.SetResolver(Object) Method

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

Namespace: DevExpress.XtraReports.Service

Assembly: DevExpress.XtraReports.v23.2.Service.dll

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

Declaration

public static void SetResolver(
    object serviceLocator
)

Parameters

Name Type Description
serviceLocator Object

A Object value.

See Also