ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ParameterValue Class / Label Property

In This Topic
    Label Property (ParameterValue)
    In This Topic
    Gets or sets the label associated with the parameter value.
    Syntax
    'Declaration
     
    Public Property Label As String
    public string Label {get; set;}

    Property Value

    A System.String representing the label.
    See Also