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

IReportService.StopBuild(DocumentId) Method

When implemented by a class, stops building the document.

Namespace: DevExpress.XtraReports.Service

Assembly: DevExpress.XtraReports.v19.1.Service.dll

NuGet Package: DevExpress.Reporting.WCF

Declaration

[OperationContract]
[WebInvoke(RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
void StopBuild(
    DocumentId documentId
)

Parameters

Name Type Description
documentId DocumentId

A DocumentId object that identifies the report document.

See Also