Gets the value of a child's ambient style property.

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

Syntax

C#
protected virtual Object GetAmbientPropValueForChild(
	RenderObject roChild,
	int propKey,
	IScriptContext context
)
Visual Basic
Protected Overridable Function GetAmbientPropValueForChild ( _
	roChild As RenderObject, _
	propKey As Integer, _
	context As IScriptContext _
) As Object

Parameters

roChild
Type: C1.C1Preview..::..RenderObject
The child RenderObject.
propKey
Type: System..::..Int32
The style property key.
context
Type: IScriptContext
IScriptContext to use for evaluation of calculated properties.

Return Value

The style property value.

See Also