Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1Page Class / Fragments Property

In This Topic
    Fragments Property (C1Page)
    In This Topic
    Gets the collection of fragments for the current page. Note that accessing this property always initializes the Fragments collection if it has not been initialized yet. Use HasFragments to test whether the Fragments collection exists.
    Syntax
    'Declaration
     
    Public ReadOnly Property Fragments As RenderFragmentCollection
    public RenderFragmentCollection Fragments {get;}
    See Also