Back to Devexpress

ReportService.GetPrintDocument(PrintId) Method

xtrareports-devexpress-dot-xtrareports-dot-service-dot-reportservice-dot-getprintdocument-x28-devexpress-dot-documentservices-dot-servicemodel-dot-datacontracts-dot-printid-x29.md

latest1.9 KB
Original Source

ReportService.GetPrintDocument(PrintId) Method

Gets the document that is ready to print.

Namespace : DevExpress.XtraReports.Service

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

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

Declaration

csharp
public virtual Stream GetPrintDocument(
    PrintId printId
)
vb
Public Overridable Function GetPrintDocument(
    printId As PrintId
) As Stream

Parameters

NameTypeDescription
printIdPrintId

A PrintId object.

|

Returns

TypeDescription
Stream

A Stream object.

|

Implements

GetPrintDocument(PrintId)

See Also

ReportService Class

ReportService Members

DevExpress.XtraReports.Service Namespace