ActiveReports 18 .NET Edition
MESCIUS.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.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Label {get; set;}
    See Also