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

ReportServerClient(IReportServerFacadeAsync, String) Constructor

OBSOLETE

Use the ReportServerClient(IReportServerFacadeAsync channel) constructor instead.

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

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

Declaration

[Obsolete("Use the ReportServerClient(IReportServerFacadeAsync channel) constructor instead.")]
public ReportServerClient(
    IReportServerFacadeAsync channel,
    string restEndpointAddress
)

Parameters

Name Type Description
channel IReportServerFacadeAsync

An object implementing the IReportServerFacadeAsync interface.

restEndpointAddress String

A String value, containing the address of the Report Server’s REST endpoint.

See Also