Skip to main content

ReportServerClientFactory(EndpointAddress) Constructor

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

Namespace: DevExpress.ReportServer.ServiceModel.Client

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public ReportServerClientFactory(
    EndpointAddress remoteAddress
)

Parameters

Name Type Description
remoteAddress EndpointAddress

An EndpointAddress object.

See Also