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 (24.3.0.1000)
Syntax public 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:
NullableAggregatorFunctionsSee Also