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

In This Topic
    CurrentHistoryEntry Property
    In This Topic
    Gets or sets the current history entry.

    Assigning to this property moves the preview pane in history. The value being assigned must be an element in the ViewHistory collection.

    Note that in some situations the current history entry can not be changed (e.g. when the operation is attempted while the preview is changing its state). In those cases the set operation will be ignored.

    Syntax
    'Declaration
     
    Public Property CurrentHistoryEntry As ViewHistoryItem
    public ViewHistoryItem CurrentHistoryEntry {get; set;}
    See Also