ReportService.ClearDocument(DocumentId) Method
In This Article
Clears the content of the specified document.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v24.2.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
#Declaration
public virtual void ClearDocument(
DocumentId documentId
)
#Parameters
Name | Type | Description |
---|---|---|
document |
Document |
A Document |
#Implements
See Also