Delen via


IReportViewerMessages.NullCheckBoxText Property

Provides the text for the Null check box.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

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

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

Property Value

A string value.

See Also

Reference

IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WebForms Namespace