Adds a value to the aggregation result.

Namespace:  PerpetuumSoft.Reporting.Data.Olap
Assembly:  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

See Also