シンタックス
'宣言
Public Function BeginGetReportParameters( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Boolean, _
ByVal () As ParameterValue, _
ByVal () As DataSourceCredentials, _
ByVal As System.AsyncCallback, _
ByVal 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 ,
System.string ,
System.bool ,
ParameterValue[] ,
DataSourceCredentials[] ,
System.AsyncCallback ,
System.object
)
パラメータ
- Report
- HistoryID
- ForRendering
- Values
- Credentials
- callback
- asyncState
参照