Partilhar via


Propriedade IReportViewerMessages2.IntToolTip

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

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

Sintaxe

'Declaração
ReadOnly Property IntToolTip As String
string IntToolTip { get; }
property String^ IntToolTip {
    String^ get ();
}
abstract IntToolTip : string with get
function get IntToolTip () : 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 Integer.

Consulte também

Referência

IReportViewerMessages2 Interface

Namespace Microsoft.Reporting.WinForms