IReportServiceClient.StartPrintAsync(DocumentId, PageCompatibility, Object) Method
Starts printing the document (asynchronously).
Namespace: DevExpress.DocumentServices.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
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