FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportExecution4 Namespace / ReportExecutionServiceSoapClient Class / EndSetExecutionCredentials2 Method

In This Topic
    EndSetExecutionCredentials2 Method (ReportExecutionServiceSoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function EndSetExecutionCredentials2( _
       ByVal result As IAsyncResult, _
       ByRef executionInfo As ExecutionInfo2 _
    ) As ServerInfoHeader
    public ServerInfoHeader EndSetExecutionCredentials2( 
       IAsyncResult result,
       out ExecutionInfo2 executionInfo
    )

    Parameters

    result
    executionInfo
    See Also