Skip to main content

IExportService.GetExportedDocument(ExportId) Method

Writes the exported document to the specified stream.

Namespace: DevExpress.XtraReports.Service

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

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

Declaration

[OperationContract]
[WebInvoke(RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
Stream GetExportedDocument(
    ExportId exportId
)

Parameters

Name Type Description
exportId ExportId

An ExportId object.

Returns

Type Description
Stream

A Stream object.

See Also