Gets total value by the field
Namespace:
PerpetuumSoft.Reporting.RenderingAssembly: 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