FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / ReportingService2005SoapClient Constructor / ReportingService2005SoapClient Constructor(String,EndpointAddress)

In This Topic
    ReportingService2005SoapClient Constructor(String,EndpointAddress)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal endpointConfigurationName As String, _
       ByVal remoteAddress As EndpointAddress _
    )
    public ReportingService2005SoapClient( 
       string endpointConfigurationName,
       EndpointAddress remoteAddress
    )

    Parameters

    endpointConfigurationName
    remoteAddress
    See Also