Partager via


Propriété IReportViewerMessages.NullCheckBoxText

Fournit le texte de la case à cocher NULL.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
ReadOnly Property NullCheckBoxText As String
    Get
'Utilisation
Dim instance As IReportViewerMessages
Dim value As String

value = instance.NullCheckBoxText
string NullCheckBoxText { get; }
property String^ NullCheckBoxText {
    String^ get ();
}
abstract NullCheckBoxText : string
function get NullCheckBoxText () : String

Valeur de propriété

Type : System.String
Valeur de type string.

Voir aussi

Référence

IReportViewerMessages Interface

Espace de noms Microsoft.Reporting.WinForms