AJE Components
ReportGlobal ToValue Method (List  , Int32)AJE Data Report Engine Help
Function returns the Value of the Report Global.

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

public static string ToValue(
	List<ReportGlobalValue> Values,
	int Index
)

Parameters

Values
Type: OnlineSystem.Collections.Generic List ReportGlobalValue 
Index
Type: OnlineSystem Int32

Return Value

Type: OnlineString
Remarks

See Also