MindFusion.Reporting for Silverlight Programmer's Guide
Max

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

Syntax

 Copy Code

double Max (
    string fieldName
)

Parameters

fieldName
A string identifying the field to aggregate.

Return Value

The maximum of all values identified by fieldName.

See Also

Aggregate Functions