Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
ReadOnly Property FloatToolTip As String
'Usage
Dim instance As IReportViewerMessages2
Dim value As String
value = instance.FloatToolTip
string FloatToolTip { get; }
property String^ FloatToolTip {
String^ get ();
}
/** @property */
String get_FloatToolTip ()
function get FloatToolTip () : String
Property Value
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
Reference
IReportViewerMessages2 Interface
IReportViewerMessages2 Members
Microsoft.Reporting.WinForms Namespace