ComponentOne FlexReport for WinForms
AllowedValues Property

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

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).

Syntax
'Declaration
 
Public ReadOnly Property AllowedValues As LabeledValues
public LabeledValues AllowedValues {get;}
See Also

Reference

Parameter Class
Parameter Members