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