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