Calculates the count of objects which are nested within this object. This method takes into account child objects and their children.

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

Syntax

C#
public int GetNestedObjectCount()
Visual Basic
Public Function GetNestedObjectCount As Integer

Return Value

Returns the count of nested objects.

See Also