[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.UseCustomStore

UseCustomStore Method

UseCustomStore(Func<string, object>)

Use custom report templates store.

Declaration
public void UseCustomStore(Func<string, object> getReportFn)
Parameters
Type Name Description
Func<string, object> getReportFn

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