Skip to main content

ReportService.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

public virtual Stream GetPrintDocument(
    PrintId printId
)

Parameters

Name Type Description
printId PrintId

A PrintId object.

Returns

Type Description
Stream

A Stream object.

See Also