[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Parameter.CurrentValue

CurrentValue Property

CurrentValue

Gets or sets the current value of the parameter.

Declaration
public object CurrentValue { get; set; }
Property Value
Type Description
object

The current value.

Remarks
<p>

For single-value parameters, assign a single object (e.g., string, int). For multi-value parameters, assign an array or collection of objects.

Setting this property automatically validates the value and updates the parameter state.