Adds a value to the aggregation result.
Namespace:
PerpetuumSoft.Reporting.Data.OlapAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
void AddValue( double value ) |
| Visual Basic (Declaration) |
|---|
Sub AddValue ( _ value As Double _ ) |
| Visual C++ |
|---|
void AddValue( double value ) |
Parameters
- value
- Type: System..::.Double