IReportServiceClient.StartExportAsync(DocumentId, DocumentExportArgs, Object) Method
In This Article
Starts exporting the document (asynchronously).
Namespace: DevExpress.DocumentServices.ServiceModel.Client
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
void StartExportAsync(
DocumentId documentId,
DocumentExportArgs exportArgs,
object asyncState
)
#Parameters
Name | Type | Description |
---|---|---|
document |
Document |
A Document |
export |
Document |
A Document |
async |
Object | A Object value, containing information about the asynchronous operation. |
See Also