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

In This Topic
    BeginSetExecutionParameters2 Method (ReportExecutionServiceSoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginSetExecutionParameters2( _
       ByVal ExecutionHeader As ExecutionHeader, _
       ByVal TrustedUserHeader As TrustedUserHeader, _
       ByVal Parameters() As ParameterValue, _
       ByVal ParameterLanguage As String, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult

    Parameters

    ExecutionHeader
    TrustedUserHeader
    Parameters
    ParameterLanguage
    callback
    asyncState
    See Also