Skip to main content

IReportServiceClient.StartExportAsync(DocumentId, DocumentExportArgs, Object) Method

Starts exporting the document (asynchronously).

Namespace: DevExpress.DocumentServices.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

void StartExportAsync(
    DocumentId documentId,
    DocumentExportArgs exportArgs,
    object asyncState
)

Parameters

Name Type Description
documentId DocumentId

A DocumentId object, identifying the document.

exportArgs DocumentExportArgs

A DocumentExportArgs object, storing the arguments required to export the document.

asyncState Object

A Object value, containing information about the asynchronous operation.

See Also