Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderShapeBase Class / GetProcessChildrenWhenDataBindingResolved Method

In This Topic
    GetProcessChildrenWhenDataBindingResolved Method (RenderShapeBase)
    In This Topic
    Indicates whether to automatically process data binding on child objects. The default implementation returns true, override it and return false if custom child data binding processing is required.
    Syntax
    'Declaration
     
    Protected Overridable Function GetProcessChildrenWhenDataBindingResolved() As Boolean
    protected virtual bool GetProcessChildrenWhenDataBindingResolved()

    Return Value

    true.
    See Also