IReportViewerMessages2.DateToolTip Property

 

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

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

Syntax

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

See Also

IReportViewerMessages2 Interface
Microsoft.Reporting.WinForms Namespace

Return to top