Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputComboBox Class / GetOwnedObjectCount Method

In This Topic
    GetOwnedObjectCount Method (RenderInputComboBox)
    In This Topic
    Calculates the number of objects which are owned by the current object.
    Syntax
    'Declaration
     
    Public Function GetOwnedObjectCount() As Integer
    public int GetOwnedObjectCount()

    Return Value

    The number of owned objects.
    Remarks

    This method takes into account:

    • Child objects and their children;
    • Objects which are specified in page layouts (such as PageHeader, PageFooter etc.).
    See Also