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

In This Topic
    DataElementLabel Property (MapSpatialElementTemplate)
    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.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo DataElementLabel {get; set;}
    See Also