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

In This Topic
    Label Property (ParameterValue)
    In This Topic
    Gets 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.
    Syntax
    'Declaration
     
    Public Property Label As RdlString
    public RdlString Label {get; set;}
    See Also