ParameterPlaceholderAggregator Property  | 
 
            Gets the aggregator for the placeholder element.
            The property is available only for an 
InputMeasureParameter.
            
 
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic FormulaAggregator Aggregator { get; }Public ReadOnly Property Aggregator As FormulaAggregator
	Get
public:
property FormulaAggregator Aggregator {
	FormulaAggregator get ();
}member Aggregator : FormulaAggregator with get
Property Value
Type: 
FormulaAggregator
See Also