Function returns the Value of the Report Running Total.
Namespace: AJE.DataReportEngineAssembly: AJE.DataReportEngine (in AJE.DataReportEngine.dll) Version: 4.0.8409.29839 (4.0.1.1)
public static decimal ToValue(
List<ReportRunningTotalValue> Values,
ReportRunningTotal..::..TotalFunctions TotalFunction
)
public static decimal ToValue(
List<ReportRunningTotalValue> Values,
ReportRunningTotal..::..TotalFunctions TotalFunction
)
Public Shared Function ToValue (
Values As List(Of ReportRunningTotalValue),
TotalFunction As ReportRunningTotal..::..TotalFunctions
) As Decimal
Public Shared Function ToValue (
Values As List(Of ReportRunningTotalValue),
TotalFunction As ReportRunningTotal..::..TotalFunctions
) As Decimal
public:
static Decimal ToValue(
List<ReportRunningTotalValue^>^ Values,
ReportRunningTotal..::..TotalFunctions TotalFunction
)
public:
static Decimal ToValue(
List<ReportRunningTotalValue^>^ Values,
ReportRunningTotal..::..TotalFunctions TotalFunction
)
Return Value
Type:
Decimal