ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapSpatialElementTemplate Class / DataElementLabel Property

In This Topic
    DataElementLabel Property
    In This Topic
    The label for the data element. Defaults to the value of Label property. An expression should evaluate to a System.String.
    Syntax
    'Declaration
     
    Public Property DataElementLabel As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo DataElementLabel {get; set;}
    See Also