Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / VisitedDocuments Property

In This Topic
    VisitedDocuments Property
    In This Topic
    Gets the collection of VisitedDocument objects saved in history. If HistoryOptions indicates that documents should be saved in history, they are added to this collection automatically when the user navigates between documents.
    Syntax
    'Declaration
     
    Public ReadOnly Property VisitedDocuments As VisitedDocumentCollection
    public VisitedDocumentCollection VisitedDocuments {get;}
    See Also