The UndoStack object provides undo/redo services for the C1ReportDesigner control. It has methods that allow you to save and restore the state of the report being edited.

Namespace:  C1.Win.C1ReportDesigner
Assembly:  C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)

Syntax

C#
public class UndoStack
Visual Basic
Public Class UndoStack

Inheritance Hierarchy

System..::..Object
  C1.Win.C1ReportDesigner..::..UndoStack

See Also