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

In This Topic
    ViewHistory Property
    In This Topic
    Gets the collection of ViewHistoryItem objects saved in history. Depending on HistoryOptions, items are automatically added to this collection when the user scrolls, zooms and so on in the current C1PreviewPane.
    Syntax
    'Declaration
     
    Public ReadOnly Property ViewHistory As ViewHistoryItemCollection
    public ViewHistoryItemCollection ViewHistory {get;}
    See Also