Posted 30 March 2020, 12:12 pm EST
Hi,
Is it possibile do not print a number if it’s zero ?
At the moment, using format, i have 0,00
Thanks in advance
Forums Home / ComponentOne / WinForms Edition
Posted by: massimo.valtolina on 30 March 2020, 12:12 pm EST
Posted 30 March 2020, 12:12 pm EST
Hi,
Is it possibile do not print a number if it’s zero ?
At the moment, using format, i have 0,00
Thanks in advance
Posted 31 March 2020, 2:04 am EST
Hi Massimo,
You can use the script to hide the record that has 0 as a value in the OnPoint property of the detail section.
If you using a report by code then you can use the PrintSection event to do the same. As done in the attached sample, please have a look.
Regards,
Prabhat Sharma.
C1ReportDemo.zip
Posted 4 April 2020, 1:24 pm EST
Thanks Prabhat Sharma