ActiveReports 18 .NET Edition
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 (ReportingSettings)
    In This Topic
    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