EK RTF report components for .Net
PreviousUpNext
EkBaseReport.FalseValue Property
Pascal
property FalseValue: string;
C#
string FalseValue;
Visual Basic
Property FalseValue() As string

Value of this property will come up in fields of type boolean if they are False. 

 

For example, if property FalseValue='No' and data field Query1.field1 is False then field \Query1:field1\ in report will be No.

Copyright (c) 2007. All rights reserved.