IReportViewerMessages3.TrueBooleanToolTip Property

 

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

string TrueBooleanToolTip { get; }
property String^ TrueBooleanToolTip {
    String^ get();
}
abstract TrueBooleanToolTip : string with get
ReadOnly Property TrueBooleanToolTip As String

Property Value

Type: System.String

A string value that represents the tooltip text for the radio button that indicates true for a Boolean parameter.

See Also

IReportViewerMessages3 Interface
Microsoft.Reporting.WinForms Namespace

Return to top