IReportViewerMessages.NullCheckBoxToolTip Property

Provides the ToolTip text for the Null check box.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
ReadOnly Property NullCheckBoxToolTip As String
'Usage
Dim instance As IReportViewerMessages
Dim value As String

value = instance.NullCheckBoxToolTip
string NullCheckBoxToolTip { get; }
property String^ NullCheckBoxToolTip {
    String^ get ();
}
/** @property */
String get_NullCheckBoxToolTip ()
function get NullCheckBoxToolTip () : String

Property Value

A string value.

See Also

Reference

IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WinForms Namespace