ReportElementTotalAggregateFunction Property |
Aggregate function applied for the totals
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.0.0.0 (6.0.0.0)
Syntax[DefaultValueAttribute(AggregateFunction.Sum)]
public AggregateFunction TotalAggregateFunction { get; set; }
<DefaultValueAttribute(AggregateFunction.Sum)>
Public Property TotalAggregateFunction As AggregateFunction
Get
Set
public:
[DefaultValueAttribute(AggregateFunction::Sum)]
property AggregateFunction TotalAggregateFunction {
AggregateFunction get ();
void set (AggregateFunction value);
}
[<DefaultValueAttribute(AggregateFunction.Sum)>]
member TotalAggregateFunction : AggregateFunction with get, set
Property Value
Type:
AggregateFunction
See Also