ComponentOne FlexReport for WinForms
Value Property (Parameter)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Parameter Class : Value Property

Gets or sets the parameter value.

If MultiValue is true, the parameter value can be an array, in which case all items in that array must have the same type, and cannot be arrays.
Syntax
'Declaration
 
Public Property Value As System.Object
public System.object Value {get; set;}
See Also

Reference

Parameter Class
Parameter Members