ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Aspnetcore.Designer Namespace / DesignerSettings Class / UseFileStore Method

In This Topic
    UseFileStore Method (DesignerSettings)
    In This Topic
    Use directory as the resources source.
    Syntax
    'Declaration
     
    Public Sub UseFileStore( _
       ByVal rootPath As DirectoryInfo, _
       Optional ByVal useTopDirectoryOnly As Boolean _
    ) 
    public void UseFileStore( 
       DirectoryInfo rootPath,
       bool useTopDirectoryOnly
    )

    Parameters

    rootPath
    useTopDirectoryOnly
    See Also