ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapAppearanceRule Class / DataValue Property

In This Topic
    DataValue Property
    In This Topic
    An expression to be evaluated on the scope of the spatial element. The appearance rule will be applied on the element based on its value.
    Syntax
    'Declaration
     
    Public Property DataValue As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo DataValue {get; set;}
    See Also