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

In This Topic
    Label Property (MapSpatialElementTemplate)
    In This Topic
    The label to display on the map elements. An expression should evaluate to a System.String.
    Syntax
    'Declaration
     
    Public Property Label As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo Label {get; set;}
    See Also