FlexReport for WinForms
Parameter クラス プロパティ


C1.Document アセンブリ > C1.Document 名前空間 : Parameter クラス

このクラスのメンバの一覧は、Parameterメンバを参照してください。

パブリック プロパティ
 名前解説
Public プロパティGets or sets a value indicating whether the value of this parameter can be an empty string. Ignored unless DataType is String.  
Public プロパティ

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 プロパティGets or sets the data type of this parameter.  
Public プロパティGets a C1DocumentSource owning this Parameter object.  
Public プロパティGets or sets a value indicating whether this parameter should be hidden from user interface. (Hidden parameters can be used for programmatic control of subreports, drillthrough reports etc.)  
Public プロパティGets or sets the maximum length of a string parameter (0 means unlimited length). This property is ignored for non-string parameters.  
Public プロパティGets or sets a value indicating whether this parameter can be used to pass multiple values.  
Public プロパティGets or sets the unique name of the current object. If an item with the specified name already exists in the owner, an exception is thrown. C1.Document.NamedObjectから継承されます。
Public プロパティGets or sets a value indicating whether the value of this parameter can be null. Cannot be true if this is a multi-value parameter.  
Public プロパティGets a ParameterCollection containing this Parameter object.  
Public プロパティGets or sets the prompt shown to the user when asking to enter a value for the parameter.  
Public プロパティGets the string representation of Value  
Public プロパティ

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.  
トップ
参照

参照

Parameter クラス
C1.Document 名前空間