Skip to main content

IAsyncReportService.EndStartBuild(IAsyncResult) Method

Ends the initial phase of asynchronously building the report.

Namespace: DevExpress.DocumentServices.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

DocumentId EndStartBuild(
    IAsyncResult ar
)

Parameters

Name Type Description
ar IAsyncResult

An object containing information about the status of an asynchronous operation.

Returns

Type Description
DocumentId

A DocumentId object.

See Also