FlexReport for WinForms
BeginGetReportParameters メソッド (ReportingService2005SoapClient)


C1.Document.4.6.2 アセンブリ > C1.ImportServices.ReportingService4 名前空間 > ReportingService2005SoapClient クラス : BeginGetReportParameters メソッド
シンタックス
'宣言
 
Public Function BeginGetReportParameters( _
   ByVal Report As System.String, _
   ByVal HistoryID As System.String, _
   ByVal ForRendering As System.Boolean, _
   ByVal Values() As ParameterValue, _
   ByVal Credentials() As DataSourceCredentials, _
   ByVal callback As System.AsyncCallback, _
   ByVal asyncState As System.Object _
) As System.IAsyncResult
'使用法
 
Dim instance As ReportingService2005SoapClient
Dim Report As System.String
Dim HistoryID As System.String
Dim ForRendering As System.Boolean
Dim Values() As ParameterValue
Dim Credentials() As DataSourceCredentials
Dim callback As System.AsyncCallback
Dim asyncState As System.Object
Dim value As System.IAsyncResult
 
value = instance.BeginGetReportParameters(Report, HistoryID, ForRendering, Values, Credentials, callback, asyncState)
public System.IAsyncResult BeginGetReportParameters( 
   System.string Report,
   System.string HistoryID,
   System.bool ForRendering,
   ParameterValue[] Values,
   DataSourceCredentials[] Credentials,
   System.AsyncCallback callback,
   System.object asyncState
)

パラメータ

Report
HistoryID
ForRendering
Values
Credentials
callback
asyncState
参照

参照

ReportingService2005SoapClient クラス
ReportingService2005SoapClient メンバ