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

ReportService.GetExportedDocument(ExportId) Method

Writes the exported document to the specified stream.

Namespace: DevExpress.XtraReports.Service

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

NuGet Package: DevExpress.Reporting.WCF

Declaration

public virtual Stream GetExportedDocument(
    ExportId exportId
)

Parameters

Name Type Description
exportId ExportId

An ExportId object.

Returns

Type Description
Stream

A Stream object.

See Also