[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportItem.ToolTip

ToolTip Property

ToolTip

Gets or sets a tooltip for the report item.

Declaration
public ExpressionInfo ToolTip { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object evaluating to the tooltip text.

Remarks

The tooltip is used for elements such as TITLE and ALT attributes in HTML reports.

Examples
var reportItem = new TextBox();
reportItem.ToolTip = "This is a tooltip.";