Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderSection Class / GetDataBindingForChild Method
The RenderObject object that is a child of the current object.

In This Topic
    GetDataBindingForChild Method (RenderSection)
    In This Topic
    Returns the C1.C1Preview.DataBinding.C1DataBinding object for a specified child object.
    Syntax
    'Declaration
     
    Protected Overridable Function GetDataBindingForChild( _
       ByVal child As RenderObject _
    ) As C1DataBinding
    protected virtual C1DataBinding GetDataBindingForChild( 
       RenderObject child
    )

    Parameters

    child
    The RenderObject object that is a child of the current object.

    Return Value

    The C1.C1Preview.DataBinding.C1DataBinding object for the specified child object, or null if data binding is not specified for that child.
    See Also