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