ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Advanced Namespace / SessionSettings Class / RecentFiles Property

In This Topic
    RecentFiles Property
    In This Topic
    Gets or sets the collection of paths to the most recently accessed files.
    Syntax
    'Declaration
     
    Public Property RecentFiles As StringCollection
    public StringCollection RecentFiles {get; set;}

    Property Value

    A System.Collections.Specialized.StringCollection containing the file paths.
    See Also