Propriété IReportViewerMessages.NullValueText

Fournit le texte pour une valeur nullune référence Null (Nothing dans Visual Basic).

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

Syntaxe

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

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

Valeur de propriété

Type : System.String
Valeur de type chaîne.

Voir aussi

Référence

IReportViewerMessages Interface

Espace de noms Microsoft.Reporting.WebForms