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

ReportService.StopBuild(DocumentId) Method

Stops building the document.

Namespace: DevExpress.XtraReports.Service

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

Declaration

public virtual void StopBuild(
    DocumentId documentId
)

Parameters

Name Type Description
documentId DocumentId

A DocumentId object that identifies the report document.

See Also