Sets the value of an object report variable.

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static SalBoolean ReportSetObjectVar(
	SalWindowHandle hWndReport,
	SalString sVariable,
	SalString sValue
)

Parameters

hWndReport
Type: PPJ.Runtime..::..SalWindowHandle
The window handle of the report window.
sVariable
Type: PPJ.Runtime..::..SalString
The name of the variable whose value you want to set.
sValue
Type: PPJ.Runtime..::..SalString
The value of sVariable.

Return Value

bOk

See Also