Skip to main content

ReportService.StopPrint(PrintId) Method

Stops printing the specified document.

Namespace: DevExpress.XtraReports.Service

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

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

Declaration

public virtual void StopPrint(
    PrintId printId
)

Parameters

Name Type Description
printId PrintId

A PrintId object.

Implements

See Also