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

ReportService.GetPrintDocument(PrintId) Method

Gets the document that is ready to print.

Namespace: DevExpress.XtraReports.Service

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

Declaration

public virtual Stream GetPrintDocument(
    PrintId printId
)

Parameters

Name Type Description
printId PrintId

A PrintId object.

Returns

Type Description
Stream

A Stream object.

See Also