Gets total value

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

Syntax

C#
protected abstract DataBandTotalCollection GetTotals()
Visual Basic (Declaration)
Protected MustOverride Function GetTotals As DataBandTotalCollection
Visual C++
protected:
virtual DataBandTotalCollection^ GetTotals() abstract

See Also