ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderObject Class / Collection Property

In This Topic
    Collection Property
    In This Topic
    Gets the RenderObjectCollection containing the current object, or null if the current object has no IOwnedCollectionItem.Owner or the owner is not a RenderObjectCollection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Collection As RenderObjectCollection
    public RenderObjectCollection Collection {get;}
    See Also