Returns the C1DataBinding object for a specified child object.

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

Syntax

C#
protected virtual C1DataBinding GetDataBindingForChild(
	RenderObject child
)
Visual Basic
Protected Overridable Function GetDataBindingForChild ( _
	child As RenderObject _
) As C1DataBinding

Parameters

child
Type: C1.C1Preview..::..RenderObject
The RenderObject object that is a child of the current object.

Return Value

The C1DataBinding object for the specified child object, or null if data binding is not specified for that child.

See Also