Determines totals calculation settings collection

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

Syntax

C#
public class DataBandTotalCollection : Collection<DataBandTotal>
Visual Basic (Declaration)
Public Class DataBandTotalCollection _
	Inherits Collection(Of DataBandTotal)
Visual C++
public ref class DataBandTotalCollection : public Collection<DataBandTotal^>

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(DataBandTotal>)>)
    PerpetuumSoft.Reporting.DOM..::.DataBandTotalCollection

See Also