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

ReportServiceClient(IAsyncReportService) Constructor

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

Namespace: DevExpress.DocumentServices.ServiceModel.Client

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

Declaration

public ReportServiceClient(
    IAsyncReportService channel
)

Parameters

Name Type Description
channel IAsyncReportService

An object implementing the IAsyncReportService interface.

See Also