EK RTF report components for .Net
PreviousUpNext
EkBaseRTFReport.eoNumericFormatClearZero Property
Pascal
[Description('Zero numbers will be deleted from output result for numeric formatted fields.'), Category('Options')]
property eoNumericFormatClearZero: boolean;
C#
[Description('Zero numbers will be deleted from output result for numeric formatted fields.'), Category('Options')]
 boolean eoNumericFormatClearZero;
Visual Basic
<Description('Zero numbers will be deleted from output result for numeric formatted fields.'), Category('Options')>
 Property eoNumericFormatClearZero() As boolean

eoNumericFormatClearZero - if this is True, all fields formatted with numeric formats such as fnum(), fcur() and so on, will be filtered for non-zero values. Zero numbers will be deleted from output result.

Copyright (c) 2007. All rights reserved.