ExpressionPlaceholderDataAggregator Property  | 
 
            Gets or sets the aggregator for the placeholder element, if applicable.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "aggregator", EmitDefaultValue = true)]
public FormulaAggregator Aggregator { get; set; }<DataMemberAttribute(Name := "aggregator", EmitDefaultValue := true)>
Public Property Aggregator As FormulaAggregator
	Get
	Set
public:
[DataMemberAttribute(Name = L"aggregator", EmitDefaultValue = true)]
property FormulaAggregator Aggregator {
	FormulaAggregator get ();
	void set (FormulaAggregator value);
}[<DataMemberAttribute(Name = "aggregator", EmitDefaultValue = true)>]
member Aggregator : FormulaAggregator with get, set
Property Value
Type: 
FormulaAggregator
See Also