IReportViewerMessages3.FalseBooleanToolTip Property
Gets the tooltip text for the radio button that indicates false for a Boolean parameter.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
ReadOnly Property FalseBooleanToolTip As String
'Usage
Dim instance As IReportViewerMessages3
Dim value As String
value = instance.FalseBooleanToolTip
string FalseBooleanToolTip { get; }
property String^ FalseBooleanToolTip {
String^ get ();
}
/** @property */
String get_FalseBooleanToolTip ()
function get FalseBooleanToolTip () : String
Property Value
A string value that represents the tooltip text for the radio button that indicates false for a Boolean parameter.
See Also
Reference
IReportViewerMessages3 Interface
IReportViewerMessages3 Members
Microsoft.Reporting.WinForms Namespace