Excel Reports
TrueText Property



KellermanSoftware.ExcelReports Namespace > Configuration Class : TrueText Property
The text when a boolean is true. The default is True
Syntax
Public Property TrueText As String
Dim instance As Configuration
Dim value As String
 
instance.TrueText = value
 
value = instance.TrueText
public string TrueText {get; set;}
public:
property String^ TrueText {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Configuration Class
Configuration Members