Skip to main content

IReportServiceClient.GetExportedDocumentAsync(ExportId, Object) Method

Starts obtaining the exported document (asynchronously).

Namespace: DevExpress.DocumentServices.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

void GetExportedDocumentAsync(
    ExportId exportId,
    object asyncState
)

Parameters

Name Type Description
exportId ExportId

An ExportId object, identifying the exported document.

asyncState Object

A Object value, containing information about the asynchronous operation.

See Also