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


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

Gets a list of allowed parameter values.

This can be null, which means that the list of allowed values is not supported.

This can also be an empty list, which means that the list of allowed values is empty (possible if for example the list is filled by a query, and the query returned an empty result).

シンタックス
'宣言
 
Public ReadOnly Property AllowedValues As LabeledValues
'使用法
 
Dim instance As Parameter
Dim value As LabeledValues
 
value = instance.AllowedValues
public LabeledValues AllowedValues {get;}
参照

Parameter クラス
Parameter メンバ