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.
Provides the ToolTip text for the Parameter Area button.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
ReadOnly Property ParameterAreaButtonToolTip As String
'Usage
Dim instance As IReportViewerMessages
Dim value As String
value = instance.ParameterAreaButtonToolTip
string ParameterAreaButtonToolTip { get; }
property String^ ParameterAreaButtonToolTip {
String^ get ();
}
/** @property */
String get_ParameterAreaButtonToolTip ()
function get ParameterAreaButtonToolTip () : String
Property Value
A string value.
See Also
Reference
IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WebForms Namespace