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