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

ReportServerClientFactory(EndpointAddress, Binding) Constructor

Initializes a new instance of the ReportServerClientFactory class with the specified remote address and binding.

Namespace: DevExpress.ReportServer.ServiceModel.Client

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public ReportServerClientFactory(
    EndpointAddress remoteAddress,
    Binding binding
)

Parameters

Name Type Description
remoteAddress EndpointAddress

An EndpointAddress object.

binding Binding

A Binding object.

See Also