Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

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