ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataLabel Class / Value Property

In This Topic
    Value Property (DataLabel)
    In This Topic
    Gets or sets the expression to use for the value labels.
    Syntax
    'Declaration
     
    Public Property Value As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Value {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object containing the expression for the value labels.
    Remarks
    If omitted, values in the ValueCategoryAxis object are used instead.
    See Also