[Missing <summary> documentation for M:PerpetuumSoft.Reporting.DOM.DataBandBase.GetTotal(System.String,System.Double)]

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

Syntax

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

Parameters

name
Type: System..::.String
defaultValue
Type: System..::.Double

See Also