'Declaration Public Sub UseCustomStore( _ ByVal getReportFn As Func(Of String,Object) _ )
public void UseCustomStore( Func<string,object> getReportFn )
Parameters
- getReportFn
- The function that returns report template for a given report string identifier.