ReportService.GetExportedDocument(ExportId) Method
In This Article
Writes the exported document to the specified stream.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v24.2.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
export |
Export |
An Export |
#Returns
Type | Description |
---|---|
Stream | A Stream object. |
#Implements
See Also