ActiveReports 13
UseCustomStore Method (ReportingSettings)

GrapeCity.ActiveReports.Aspnetcore.Viewer Assembly > GrapeCity.ActiveReports.Aspnetcore.Viewer Namespace > ReportingSettings Class : UseCustomStore Method
The function that returns report template for a given report string identifier.
Use custom report templates store.
Syntax
'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.
See Also

Reference

ReportingSettings Class
ReportingSettings Members