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

ReportServiceClient.ClearDocumentAsync(DocumentId, Object) Method

Starts clearing the document (asynchronously).

Namespace: DevExpress.DocumentServices.ServiceModel.Client

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public void ClearDocumentAsync(
    DocumentId documentId,
    object asyncState
)

Parameters

Name Type Description
documentId DocumentId

A DocumentId object, identifying the document.

asyncState Object

A Object value, containing information about the asynchronous operation.

See Also