Skip to main content

IReportService.GetPrintDocument(PrintId) Method

Gets the document that is ready to print.

Namespace: DevExpress.XtraReports.Service

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

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

Declaration

[OperationContract]
[WebInvoke(RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
Stream GetPrintDocument(
    PrintId printId
)

Parameters

Name Type Description
printId PrintId

A PrintId object.

Returns

Type Description
Stream

A Stream object.

See Also