ReportServiceClient(IAsyncReportService) Constructor
Initializes a new instance of the ReportServiceClient class with the specified settings.
Namespace: DevExpress.DocumentServices.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
channel | IAsyncReportService | An object implementing the IAsyncReportService interface. |
See Also