Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderPie Class / Collection Property

In This Topic
    Collection Property (RenderPie)
    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