IReportViewerMessages.FalseValueText Property

Provides the text for a false value.

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

Syntax

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

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

Property Value

A string value.

See Also

Reference

IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WebForms Namespace