TreatEmptyAsZero: Boolean;
The TreatEmptyAsZero property determines whether empty values are treated as zero values.
The property is relevant while calculating specified totals types that consider the number of elements in a period, for example, Average. The property is set to False by default, and empty values are not considered while calculating totals.
TreatEmptyAsZero := False;
TreatEmptyAsZero := True;
See also: