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

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

    Parameters

    binding
    remoteAddress
    See Also