Back to Devexpress

ReportService.GetExportedDocument(ExportId) Method

xtrareports-devexpress-dot-xtrareports-dot-service-dot-reportservice-dot-getexporteddocument-x28-devexpress-dot-documentservices-dot-servicemodel-dot-datacontracts-dot-exportid-x29.md

latest1.9 KB
Original Source

ReportService.GetExportedDocument(ExportId) Method

Writes the exported document to the specified stream.

Namespace : DevExpress.XtraReports.Service

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

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

Declaration

csharp
public virtual Stream GetExportedDocument(
    ExportId exportId
)
vb
Public Overridable Function GetExportedDocument(
    exportId As ExportId
) As Stream

Parameters

NameTypeDescription
exportIdExportId

An ExportId object.

|

Returns

TypeDescription
Stream

A Stream object.

|

Implements

GetExportedDocument(ExportId)

See Also

ReportService Class

ReportService Members

DevExpress.XtraReports.Service Namespace