ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.ReportParameters Namespace / ParameterValue Class / Label Property

In This Topic
    Label Property (ParameterValue)
    In This Topic
    Label for the value to display in a UI
    Syntax
    'Declaration
     
    Public Property Label As String
    public string Label {get; set;}
    Remarks
    If not supplied, the Value is used as the label. If Value is not supplied, Label is the empty string.
    See Also