ClientMeasureOverridesAggregator Property  | 
 
            Gets or sets the measure aggregator override.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic AggregatorFunctions? Aggregator { get; set; }Public Property Aggregator As AggregatorFunctions?
	Get
	Set
public:
property Nullable<AggregatorFunctions> Aggregator {
	Nullable<AggregatorFunctions> get ();
	void set (Nullable<AggregatorFunctions> value);
}member Aggregator : Nullable<AggregatorFunctions> with get, set
Property Value
Type: 
NullableAggregatorFunctions
See Also