FlexReport for WPF
Value プロパティ (Parameter)


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > Parameter クラス : Value プロパティ

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.
シンタックス
'宣言
 
Public Property Value As System.Object
'使用法
 
Dim instance As Parameter
Dim value As System.Object
 
instance.Value = value
 
value = instance.Value
public System.object Value {get; set;}
参照

Parameter クラス
Parameter メンバ