ReportItem.ToolTip Property

Definition

Gets or sets the ToolTip text associated with the report item.

public:
 property System::String ^ ToolTip { System::String ^ get(); void set(System::String ^ value); };
public string ToolTip { get; set; }
member this.ToolTip : string with get, set
Public Property ToolTip As String

Property Value

A String value containing the text of the ToolTip.

Applies to