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

ReportService.StopPrint(PrintId) Method

Stops printing the specified document.

Namespace: DevExpress.XtraReports.Service

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

Declaration

public virtual void StopPrint(
    PrintId printId
)

Parameters

Name Type Description
printId PrintId

A PrintId object.

Implements

See Also