Gets and sets type of the aggregate.

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

Syntax

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

See Also