Skip to main content

IExportService.ClearDocument(DocumentId) Method

Clears the content of the specified document.

Namespace: DevExpress.XtraReports.Service

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

NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard

Declaration

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

Parameters

Name Type Description
documentId DocumentId

A DocumentId object, identifying the document.

See Also