MindFusion.Reporting for Silverlight Programmer's Guide
Avg

Returns the average of the values identified by the specified field.

Syntax

 Copy Code

double Avg (
    string fieldName
)

Parameters

fieldName
A string identifying the field to aggregate.

Return Value

The average of all values identified by fieldName.

See Also

Aggregate Functions