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

ReportServiceClientFactory(String, EndpointAddress) Constructor

Initializes a new instance of the ReportServiceClientFactory class with the specified endpoint configuration name and remote address.

Namespace: DevExpress.DocumentServices.ServiceModel.Client

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

Declaration

public ReportServiceClientFactory(
    string endpointConfigurationName,
    EndpointAddress remoteAddress
)

Parameters

Name Type Description
endpointConfigurationName String

A String value, specifying the endpoint configuration name.

remoteAddress EndpointAddress

An EndpointAddress object.

See Also