'宣言Public Function OpenReport( _ ByVal reportID As String, _ Optional ByVal parameters() As Parameter _ ) As Task
public Task OpenReport( string reportID, Parameter[] parameters )
パラメータ
- reportID
 - レポートのID。
 - parameters
 - パラメータ値の配列。
 
'宣言Public Function OpenReport( _ ByVal reportID As String, _ Optional ByVal parameters() As Parameter _ ) As Task
public Task OpenReport( string reportID, Parameter[] parameters )