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

IExtensionsResolver Interface

Implements extensions of the specified types for a Report Service.

Namespace: DevExpress.XtraReports.Service

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

NuGet Package: DevExpress.Reporting.WCF

Declaration

public interface IExtensionsResolver

Remarks

A resolver is a container object (a MEF container, by default) that creates Report Service extensions of the specified types.

For more information, see the following examples.

See Also