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

In This Topic
    ToolTip Property (ReportItem)
    In This Topic

    Gets or sets a textual label for the report item.

    Syntax
    'Declaration
     
    Public Property ToolTip As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo ToolTip {get; set;}

    Property Value

    An ExpressionInfo object that evaluates to a textual label for the report item.

    Remarks

    The ToolTip is used for such things as including TITLE and ALT attributes in HTML reports.

    See Also