Propriedade IReportViewerMessages2.DateToolTip
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 (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
ReadOnly Property DateToolTip As String
string DateToolTip { get; }
property String^ DateToolTip {
String^ get ();
}
abstract DateToolTip : string with get
function get DateToolTip () : 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 DateTime.