AJE Components
ReportRunningTotal ToValue Method (List  , ReportRunningTotal TotalFunctions)AJE Data Report Engine Help
Function returns the Value of the Report Running Total.

Namespace: AJE.DataReportEngine
Assembly: AJE.DataReportEngine (in AJE.DataReportEngine.dll) Version: 4.0.8409.29839 (4.0.1.1)
Syntax

public static decimal ToValue(
	List<ReportRunningTotalValue> Values,
	ReportRunningTotal..::..TotalFunctions TotalFunction
)

Parameters

Values
Type: OnlineSystem.Collections.Generic List ReportRunningTotalValue 
TotalFunction
Type: AJE.DataReportEngine ReportRunningTotal TotalFunctions

Return Value

Type: OnlineDecimal
Remarks

See Also