IExtensionsResolver Interface
Implements extensions of the specified types for a Report Service.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v22.2.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard.Design
Declaration
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.
- Report Service - How to assign a custom extensions resolver
- Report Service - How to create reports by custom names
- Report (Export) Service - How to change the ConnectionString property at runtime
See Also