Enumerates kinds of changes in the state of the preview control
(property changes or user actions) that cause the previous state
of the control to be saved in history.
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
| C# |
|---|
[FlagsAttribute] public enum HistorySavedActionsEnum |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration HistorySavedActionsEnum |
Members
| Member name | Description | |
|---|---|---|
| None | No actions are saved in the history. | |
| Continuous | State before the Continuous property is changed is saved in history. | |
| PageLayout | State before the PageLayout property is changed is saved in history. | |
| Rows | State before the Rows property is changed is saved in history. | |
| Cols | State before the Cols property is changed is saved in history. | |
| HideMarginsState | State before the HideMarginsState property is changed is saved in history. | |
| ShowRulers | State before the ShowRulers property is changed is saved in history. | |
| ShowPrintableArea | State before the ShowPrintableArea property is changed is saved in history. | |
| PrintingLayout | State before the PrintingLayout property is changed is saved in history. | |
| PrinterSettings | State before the PrinterSettings property is changed is saved in history. | |
| Layout | State before any of the layout-related properties is changed is saved in history. | |
| ZoomMode | State before the ZoomMode property is changed is saved in history. | |
| ZoomFactor | State before the ZoomFactor property is changed is saved in history. | |
| Zoom | State before any of the zoom-related properties is changed is saved in history. | |
| StartPageChange | State before the StartPageChange property is changed is saved in history. | |
| HyperlinkJump | State before the HyperlinkJump property is changed is saved in history. | |
| Scroll | State before the Scroll property is changed is saved in history. | |
| TextSearch | State before the TextSearch property is changed is saved in history. | |
| Location | State before any of the location-related properties is changed is saved in history. | |
| DocumentOpen | State before a new document is opened is saved in history. | |
| DocumentReflow | State before reflow of the current document is saved in history. | |
| DocumentChangeMargins | State before margins on the current document are changed is saved in history. | |
| DocumentChangePageSettings | State before page settings on the current document are changed is saved in history. | |
| DocumentAction | State before any of the document-related changes occur is saved in history. | |
| DocumentChangedAction | State before any of the document-related changes (except the opening of a new document) occur is saved in history. | |
| All | State before any of the supported changes occur is saved in history. |