ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / StaticMember Class / Label Property

In This Topic
    Label Property (StaticMember)
    In This Topic
    Gets or sets the label for the static member (displayed either on the category axis or in the legend, as appropriate).
    Syntax
    'Declaration
     
    Public Property Label As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo Label {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo object indicating the label for the static member (displayed either on the category axis or in the legend, as appropriate).
    See Also