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

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

    Parameters

    endpointConfigurationName
    remoteAddress
    See Also