IReportViewerMessages.NullValueText Property

Provides the text for a null value.

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

Syntax

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

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

Property Value

A string value.

See Also

Reference

IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WebForms Namespace