EK RTF report components for .Net
PreviousUpNext
EkBaseReport.DecimalRTerminator Property
Pascal
property DecimalRTerminator: char;
C#
public char DecimalRTerminator;
Visual Basic
Public Property DecimalRTerminator() As char

Value of this property will be used in numeric formats ffixr and fnumr for float and integer numbers. Char defined as DecimalRTerminator will appear at the end of integer or float number without fractional part. This property is "=" by default. 

For example, if DecimalRTerminator is "=" and data field Query1.field1 contains value 10.0 then field \fnumr(Query1:field1)\ in the report result will be 10=

Copyright (c) 2007. All rights reserved.