Manager..::..GetReportSelectionFormulaToken Method

Gets the report selection formula token.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public bool GetReportSelectionFormulaToken(
	int Index,
	ref string TokenName,
	ref Object TokenValue
)
Public Function GetReportSelectionFormulaToken ( _
	Index As Integer, _
	ByRef TokenName As String, _
	ByRef TokenValue As Object _
) As Boolean
public:
bool^ GetReportSelectionFormulaToken(
	int^ Index, 
	String^% TokenName, 
	Object^% TokenValue
)

Parameters

Index
Type: Int32
The index.
TokenName
Type: String%
Name of the token.
TokenValue
Type: Object%
The token value.

Return Value

true if XXXX, false otherwise.