Data summary type

When rendering a cross table, the report generator needs to know how the summary cell values are aggregated. The sum function is set using the Summary cell's Summary property. Each summary cell can have its own function. Cross table works with the following features:

functionexplanation
nonedo not summarize cell values
sumReturns the sum of the values contained in the cell
averageReturns the average of the values contained in the cell
minimumReturns the minimum value contained in the cell
MaxReturns the maximum of the values contained in the cell
countReturns the number of values contained in the cell
Count DistinctReturns the number of distinct values contained in the cell
imageThe cross table shows the first value as an image

In addition to the Summary property, there are other properties that affect the summary. This is the SummaryValues property. This property identifies and handles 0 and null values when calculating the sum.