Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public AggregateFunctionFactory AggregateFunction { get; set; }
Visual Basic (Declaration)
Public Property AggregateFunction As AggregateFunctionFactory
Visual C++
public:
property AggregateFunctionFactory^ AggregateFunction {
	AggregateFunctionFactory^ get ();
	void set (AggregateFunctionFactory^ value);
}

See Also