MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Aspnetcore.Viewer Namespace / ReportingSettings Class / UseCustomStore Method
The function that returns report template for a given report string identifier.

In This Topic
UseCustomStore Method
In This Topic
Use custom report templates store.
Syntax
'Declaration
 
Public Sub UseCustomStore( _
   ByVal getReportFn As Func(Of String,Object) _
) 
 

Parameters

getReportFn
The function that returns report template for a given report string identifier.
See Also