Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ParameterValue Class
Properties Methods


In This Topic
    ParameterValue Class Members
    In This Topic

    The following tables list the members exposed by ParameterValue.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets label for the value to display in the UI. If not supplied, the Value is used as the label (if Value is not supplied, Label is the empty string). If the Value expression returns an array, the Label expression must return an array with the same number of items. If the Value expression does not return an array, the Label expression must not return an array.  
    Public PropertyGets or sets possible value for the parameter. For Boolean parameters, use “true” and “false”. For DateTime parameters, use ISO 8601. For Float parameters, use “.” as the optional decimal separator. If the Value expression returns an array, each item in the array is treated as a single value. The items in the array must not be arrays.  
    Top
    Public Methods
     NameDescription
    Public MethodCopies properties from another ParameterValue to the current object.  
    Top
    See Also