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

In This Topic
    Label Property (Parameter)
    In This Topic
    Gets or sets the label of the current value of the Parameter.
    Syntax
    'Declaration
     
    Public Property Label As String
    public string Label {get; set;}
    See Also