ReportServiceClientFactory Constructors
Supports automatic ReportServiceClient creation on the client side.| Name | Parameters | Description |
|---|---|---|
| ReportServiceClientFactory(EndpointAddress, Binding) | remoteAddress, binding | Initializes a new instance of the ReportServiceClientFactory class with the specified remote address and binding. |
| ReportServiceClientFactory(EndpointAddress) | remoteAddress | Initializes a new instance of the ReportServiceClientFactory class with the specified remote address. |
| ReportServiceClientFactory(String, EndpointAddress) | endpointConfigurationName, remoteAddress | Initializes a new instance of the ReportServiceClientFactory class with the specified endpoint configuration name and remote address. |
| ReportServiceClientFactory(String) | endpointConfigurationName | Initializes a new instance of the ReportServiceClientFactory class with the specified endpoint configuration name. |
See Also