Gets a collection of the aggregates associated with the band.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
[ObsoleteAttribute("This property is obsolted. Please, use the DataBand.Total property instead.")] public AggregateCollection Aggregates { get; } |
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("This property is obsolted. Please, use the DataBand.Total property instead.")> _ Public ReadOnly Property Aggregates As AggregateCollection |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This property is obsolted. Please, use the DataBand.Total property instead.")] public: property AggregateCollection^ Aggregates { AggregateCollection^ get (); } |