ActiveReports Developer 7
CurrentValue Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace > Parameter Class : CurrentValue Property

Glossary Item Box

Gets or sets the current value of the Parameter.

Syntax

Visual Basic (Declaration) 
Public Property CurrentValue As System.Object
C# 
public System.object CurrentValue {get; set;}

See Also