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

In This Topic
    GetNestedObjectCount Method (RenderInputText)
    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
    public int GetNestedObjectCount()

    Return Value

    Returns the count of nested objects.
    See Also