ReportItemInstance.ToolTip Property

Definition

Gets the calculated value of the ToolTip property in a ReportItem class.

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 that represents the calculated value of the ToolTip property.

Applies to