IReportService.StopPrint(PrintId) Method
Stops printing the specified document.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v24.1.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
Declaration
[OperationContract]
[WebInvoke(RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
void StopPrint(
PrintId printId
)
Parameters
Name | Type | Description |
---|---|---|
printId | PrintId | A PrintId object. |
See Also