MindFusion.Reporting for Silverlight Programmer's Guide
Sum

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

Syntax

 Copy Code

double Sum (
    string fieldName
)

Parameters

fieldName
A string identifying the field to aggregate.

Return Value

The sum of all values identified by fieldName.

See Also

Aggregate Functions