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.

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

Syntax

C#
protected virtual bool GetProcessChildrenWhenDataBindingResolved()
Visual Basic
Protected Overridable Function GetProcessChildrenWhenDataBindingResolved As Boolean

Return Value

true.

See Also