FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportExecution4 Namespace / ReportExecutionServiceSoap Interface / BeginSetExecutionCredentials2 Method

In This Topic
    BeginSetExecutionCredentials2 Method (ReportExecutionServiceSoap)
    In This Topic
    Syntax
    'Declaration
     
    Function BeginSetExecutionCredentials2( _
       ByVal request As SetExecutionCredentials2Request, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    IAsyncResult BeginSetExecutionCredentials2( 
       SetExecutionCredentials2Request request,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    request
    callback
    asyncState
    See Also