ActiveReports 18 .NET Edition
MESCIUS.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.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Label {get; set;}

    Property Value

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