Skip to main content

ReportServiceClient.StartPrintAsync(DocumentId, PageCompatibility, Object) Method

Starts printing the document (asynchronously).

Namespace: DevExpress.DocumentServices.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

public 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