IReportViewerMessages2.ParameterDropDownToolTip 屬性
取得當指標停留在多值參數下拉式清單的向下箭頭上方時,所要顯示的工具提示文字。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
ReadOnly Property ParameterDropDownToolTip As String
Get
'用途
Dim instance As IReportViewerMessages2
Dim value As String
value = instance.ParameterDropDownToolTip
string ParameterDropDownToolTip { get; }
property String^ ParameterDropDownToolTip {
String^ get ();
}
abstract ParameterDropDownToolTip : string
function get ParameterDropDownToolTip () : String
屬性值
型別:System.String
文字 String,其中包含當指標停留在多值參數下拉式清單的向下箭頭上方時,所要顯示的工具提示文字。