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

IReportServiceClient.StartPrintAsync(DocumentId, PageCompatibility, Object) Method

Starts printing the document (asynchronously).

Namespace: DevExpress.DocumentServices.ServiceModel.Client

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

Declaration

void StartPrintAsync(
    DocumentId documentId,
    PageCompatibility compatibility,
    object asyncState
)

Parameters

Name Type Description
documentId DocumentId

A DocumentId object, identifying the document.

compatibility PageCompatibility

A PageCompatibility enumeration value, specifying the markup compatibility.

asyncState Object

A Object value, containing information about the asynchronous operation.

See Also