Skip to main content

ReportServiceClient(IAsyncReportService) Constructor

Initializes a new instance of the ReportServiceClient class with the specified settings.

Namespace: DevExpress.DocumentServices.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

public ReportServiceClient(
    IAsyncReportService channel
)

Parameters

Name Type Description
channel IAsyncReportService

An object implementing the IAsyncReportService interface.

See Also