Share via


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

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

Property Value

Type: System.String

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

See Also

IReportViewerMessages3 Interface
Microsoft.Reporting.WinForms Namespace

Return to top