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
一个文本字符串,包含当指针悬停在多值参数下拉列表的向下箭头上时要显示的工具提示文本。

请参阅

参考

IReportViewerMessages2 接口

Microsoft.Reporting.WebForms 命名空间