ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataPoint Class / ToolTip Property

In This Topic
    ToolTip Property (DataPoint)
    In This Topic
    Gets or sets expression of tooltip.
    Syntax
    'Declaration
     
    Public Property ToolTip As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo ToolTip {get; set;}
    See Also