Save the current report state into the undo stack.

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

Syntax

C#
public bool SaveState()
Visual Basic
Public Function SaveState As Boolean

Return Value

Returns false if there is no report.

Remarks

The designer calls this method automatically before it changes the report in any way. If your code changes the report, you should also call this method before making the changes so they can be undone.

See Also