GetNestedObjectCount Method (RenderToc) | Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderToc Class / GetNestedObjectCount Method

In This Topic
GetNestedObjectCount Method (RenderToc)
In This Topic
Calculates the count of objects which are nested within this object. This method takes into account child objects and their children.
Syntax
'Declaration
 
Public Function GetNestedObjectCount() As Integer
 

Return Value

Returns the count of nested objects.
See Also