Skip to main content
A newer version of this page is available. .

IReportService.GetPrintDocument(PrintId) Method

Gets the document that is ready to print.

Namespace: DevExpress.XtraReports.Service

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

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