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

In This Topic
    BeginGetReportParameters Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginGetReportParameters( _
       ByVal Report As String, _
       ByVal HistoryID As String, _
       ByVal ForRendering As Boolean, _
       ByVal Values() As ParameterValue, _
       ByVal Credentials() As DataSourceCredentials, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    public IAsyncResult BeginGetReportParameters( 
       string Report,
       string HistoryID,
       bool ForRendering,
       ParameterValue[] Values,
       DataSourceCredentials[] Credentials,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    Report
    HistoryID
    ForRendering
    Values
    Credentials
    callback
    asyncState
    See Also