ActiveReports Developer 7
OldValue Property
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace > ScripEditorEventArgs Class : OldValue Property

Glossary Item Box

Returns a string containing the old script prior to the change.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property OldValue As System.String
C# 
public System.string OldValue {get;}

See Also