ReportService.GetPrintDocument(PrintId) Method
Gets the document that is ready to print.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v25.1.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| printId | PrintId | A PrintId object. |
Returns
| Type | Description |
|---|---|
| Stream | A Stream object. |
Implements
See Also