ReportServerClientFactory(String, EndpointAddress) Constructor
Initializes a new instance of the ReportServerClientFactory class with the specified endpoint configuration name and remote address.
Namespace: DevExpress.ReportServer.ServiceModel.Client
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public ReportServerClientFactory(
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