Partilhar via


Propriedade IReportViewerMessages2.StringToolTip

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

Sintaxe

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

Consulte também

Referência

IReportViewerMessages2 Interface

Namespace Microsoft.Reporting.WinForms