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

IExportService.StartExport(DocumentId, DocumentExportArgs) Method

Starts exporting the specified document.

Namespace: DevExpress.XtraReports.Service

Assembly: DevExpress.XtraReports.v18.2.Service.dll

Declaration

[OperationContract]
[WebInvoke(RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
ExportId StartExport(
    DocumentId documentId,
    DocumentExportArgs exportArgs
)

Parameters

Name Type Description
documentId DocumentId

A DocumentId object.

exportArgs DocumentExportArgs

A DocumentExportArgs object.

Returns

Type Description
ExportId

An ExportId object.

See Also