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

Value of this property will be used in numeric formats ffixr and fnumr for float numbers. Char defined as DecimalRSeparator will appear instead of standard decimal separator in float numbers. This property is "-" by default. 

For example, if DecimalRSeparator is "-" and data field Query1.field1=10.5 then field \fnumr(Query1:field1)\ in report will be 10-5 

If fractional part of number equals 0 then DecimalRTerminator will be used.

Copyright (c) 2007. All rights reserved.