Retrieves the value of an ambient property.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
Object GetAmbientPropValue(
	int propKey,
	IScriptContext context
)
Visual Basic
Function GetAmbientPropValue ( _
	propKey As Integer, _
	context As IScriptContext _
) As Object

Parameters

propKey
Type: System..::..Int32
The property key.
context
Type: IScriptContext
IScriptContext to use for evaluation of calculated properties.

Return Value

The property value.

See Also