Share via


IReportViewerMessages2.StringToolTip Property

 

Gets the ToolTip text to display when a pointer pauses over a report parameter with a data type of String.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

string StringToolTip { get; }
property String^ StringToolTip {
    String^ get();
}
abstract StringToolTip : string with get
ReadOnly Property StringToolTip As String

Property Value

Type: System.String

A String that contains the ToolTip text to display when a pointer pauses over a report parameter that has a data type of String.

See Also

IReportViewerMessages2 Interface
Microsoft.Reporting.WinForms Namespace

Return to top