private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
 {
     return(ReportingServiceClient.GetEndpointAddress(EndpointConfiguration.BasicHttpBinding_IReportingService));
 }
 public ReportingServiceClient(EndpointConfiguration endpointConfiguration) :
     base(ReportingServiceClient.GetBindingForEndpoint(endpointConfiguration), ReportingServiceClient.GetEndpointAddress(endpointConfiguration))
 {
     this.Endpoint.Name = endpointConfiguration.ToString();
     ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
 }