ClassToolTip
Class
Represents a processed tooltip class that will be shown in a viewer
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class ToolTip
Inheritance: objectToolTip
Properties
ReportItemName
Gets or sets the name of the report item associated with the action
Declaration
cs-api-definition
public string ReportItemName { get; set; }
Property Value
string
Text
Gets or sets the tooltip text content.
Declaration
cs-api-definition
public string Text { get; set; }
Property Value
string
Title
Gets or sets the tooltip title.
Declaration
cs-api-definition
public string Title { get; set; }
Property Value
string