'宣言
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 )