Gets or sets the current history entry.
Namespace:
C1.Win.C1PreviewAssigning 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.
Assembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
C# |
---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] public ViewHistoryItem CurrentHistoryEntry { get; set; } |
Visual Basic |
---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ <BrowsableAttribute(False)> _ Public Property CurrentHistoryEntry As ViewHistoryItem Get Set |