Gets the running total by its name
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public double GetRunningTotal( string name ) |
Visual Basic (Declaration) |
---|
Public Function GetRunningTotal ( _ name As String _ ) As Double |
Visual C++ |
---|
public: double GetRunningTotal( String^ name ) |
Parameters
- name
- Type: System..::.String