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

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