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

ReportServiceClientFactory(EndpointAddress) Constructor

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

Namespace: DevExpress.DocumentServices.ServiceModel.Client

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

Declaration

public ReportServiceClientFactory(
    EndpointAddress remoteAddress
)

Parameters

Name Type Description
remoteAddress EndpointAddress

An EndpointAddress object.

See Also