IReportViewerMessages2.FloatToolTip Property

 

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

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

Syntax

string FloatToolTip { get; }
property String^ FloatToolTip {
    String^ get();
}
abstract FloatToolTip : string with get
ReadOnly Property FloatToolTip 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 Float.

See Also

IReportViewerMessages2 Interface
Microsoft.Reporting.WinForms Namespace

Return to top