Gets field total

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

Syntax

C#
public double GetTotal(
	string name
)
Visual Basic (Declaration)
Public Function GetTotal ( _
	name As String _
) As Double
Visual C++
public:
double GetTotal(
	String^ name
)

Parameters

name
Type: System..::.String

See Also