IReportViewerMessages.TrueValueText Property

Provides the text for a true value.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

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

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

Property Value

A string value.

See Also

Reference

IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WinForms Namespace