ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Aspnetcore.Viewer Namespace / ReportingSettings Class / UseFileStore Method

In This Topic
    UseFileStore Method (ReportingSettings)
    In This Topic
    Use directory as a source of report templates.
    Syntax
    'Declaration
     
    Public Sub UseFileStore( _
       ByVal rootPath As DirectoryInfo _
    ) 
    public void UseFileStore( 
       DirectoryInfo rootPath
    )

    Parameters

    rootPath
    See Also