ActiveReports 19 .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 ExpressionInfo
    public ExpressionInfo DataElementLabel {get; set;}
    See Also