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

ReportService.ClearDocument(DocumentId) Method

Clears the content of the specified document.

Namespace: DevExpress.XtraReports.Service

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

NuGet Package: DevExpress.Reporting.WCF

Declaration

public virtual void ClearDocument(
    DocumentId documentId
)

Parameters

Name Type Description
documentId DocumentId

A DocumentId object, identifying the document.

See Also