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 for the radio button that indicates true for a Boolean parameter.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
ReadOnly Property TrueBooleanToolTip As String
'Usage
Dim instance As IReportViewerMessages3
Dim value As String
value = instance.TrueBooleanToolTip
string TrueBooleanToolTip { get; }
property String^ TrueBooleanToolTip {
String^ get ();
}
/** @property */
String get_TrueBooleanToolTip ()
function get TrueBooleanToolTip () : String
Property Value
A string value that represents the tooltip text for the radio button that indicates true for a Boolean parameter.
See Also
Reference
IReportViewerMessages3 Interface
IReportViewerMessages3 Members
Microsoft.Reporting.WinForms Namespace