Returns the C1DataBinding object for a specified child object.
Namespace:
C1.C1PreviewAssembly: 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.