IReportViewerMessages2.IntToolTip Property

 

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

Syntax

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

See Also

IReportViewerMessages2 Interface
Microsoft.Reporting.WinForms Namespace

Return to top