Gets running total by its name

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

Syntax

C#
public Object GetRunningTotal(
	string name
)
Visual Basic (Declaration)
Public Function GetRunningTotal ( _
	name As String _
) As Object
Visual C++
public:
Object^ GetRunningTotal(
	String^ name
)

Parameters

name
Type: System..::.String

See Also