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

IExportService Interface

When implemented by a class, maintains a WCF service providing export functionality.

Namespace: DevExpress.XtraReports.Service

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

NuGet Package: DevExpress.Reporting.WCF

Declaration

[ServiceContract]
[ServiceKnownType("GetKnownTypes", typeof(ServiceKnownTypeProvider))]
public interface IExportService

Remarks

The methods exposed by the IExportService interface allow you to start exporting a report document (IExportService.StartExport), and maintain its current status on the server side (IExportService.GetExportedDocument, IExportService.GetExportStatus and IExportService.ClearDocument).

For more information about exporting, refer to the corresponding topic in the XtraReports documentation: Exporting Reports.

See Also