FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / BeginSetReportParameters Method

In This Topic
    BeginSetReportParameters Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginSetReportParameters( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Report As String, _
       ByVal Parameters() As ReportParameter, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    public IAsyncResult BeginSetReportParameters( 
       BatchHeader BatchHeader,
       string Report,
       ReportParameter[] Parameters,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    BatchHeader
    Report
    Parameters
    callback
    asyncState
    See Also