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