Partilhar via


Propriedade IReportViewerMessages2.FloatToolTip

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 (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
ReadOnly Property FloatToolTip As String
string FloatToolTip { get; }
property String^ FloatToolTip {
    String^ get ();
}
abstract FloatToolTip : string with get
function get FloatToolTip () : String

Valor de propriedade

Tipo: 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.

Consulte também

Referência

IReportViewerMessages2 Interface

Namespace Microsoft.Reporting.WinForms