Gets or sets column aggregate type.

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

Syntax

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

See Also