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

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

    Parameters

    binding
    remoteAddress
    See Also