SummaryFunc

<< Click to Display Table of Contents >>

 

SummaryFunc

Enum Determines the type of function used to process values from the field specified in the DataField, property, as listed on the next table. This property is only valid when the SummaryType property is different from 0 (zero).

Available options for the SummaryFunc property

Option

Description

0 - rv2Sum

Calculates the sum of all values inside the interval of specified totals (default for group, page or Section Report)

1 - rv2FAvg

Calculates the average of all values inside the interval of specified totals (group, page or Section Report)

2 - rv2Count

Counts the number of values inside the interval of specified totals (group, page or Section Report)

3 - rv2Min

Shows the minimum value inside the interval of specified totals (group, page or Section Report)

4 - rv2Max

Shows the maximum value inside the interval of specified totals (group, page or Section Report)

5 - rv2Var

Calculates the variance of values inside the interval of specified totals (group, page or Section Report)

6 - rv2VarP

Calculates the population's variation of values inside the interval of specified totals (group, page or Section Report)

7 - rv2StdDev

Calculates the standard deviation of values inside the interval of specified totals (group, page or Section Report)

8 - rv2StdDevP

Calculates the population's standard deviation of values inside the interval of specified totals (group, page or Section Report)

9 - rv2DSum

Calculates the sum of all distinct values inside the interval of specified totals (group, page or Section Report)

10 - rv2DAvg

Calculates the average based on distinct values inside the interval of specified totals (group, page or Section Report)

11 - rv2DCount

Counts the number of distinct values inside the interval of specified totals (group, page or Section Report)

12 - rv2DVar

Calculates the variance of distinct values inside the interval of specified totals (group, page or Section Report)

13 - rv2DVarP

Calculates the population's variance of distinct values inside the interval of specified intervals (group, page or Section Report)

14 - rv2DStdDev

Calculates the standard deviation of values inside the interval of specified totals (group, page or Section Report)

15 - rv2DStdDevP

Calculates the population's standard deviation of distinct values inside the interval of specified totals (group, page or Section Report)

Was this page useful?