'宣言 Public Sub UseCustomStore( _ ByVal getReportFn As Func(Of String,Object) _ )
public void UseCustomStore( Func<string,object> getReportFn )
パラメータ
- getReportFn
- 指定したレポートIDに対してレポートテンプレートを返す関数。
'宣言 Public Sub UseCustomStore( _ ByVal getReportFn As Func(Of String,Object) _ )
public void UseCustomStore( Func<string,object> getReportFn )