Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ToolTip text to display when a pointer pauses over the down arrow of a multivalue parameter drop-down list.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
ReadOnly Property ParameterDropDownToolTip As String
'Usage
Dim instance As IReportViewerMessages2
Dim value As String
value = instance.ParameterDropDownToolTip
string ParameterDropDownToolTip { get; }
property String^ ParameterDropDownToolTip {
String^ get ();
}
/** @property */
String get_ParameterDropDownToolTip ()
function get ParameterDropDownToolTip () : String
Property Value
A text String that contains the ToolTip text to display when a pointer pauses over the down arrow of a multivalue parameter drop-down list.
See Also
Reference
IReportViewerMessages2 Interface
IReportViewerMessages2 Members
Microsoft.Reporting.WebForms Namespace