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

In This Topic
    HasFragments Property (C1Page)
    In This Topic
    Gets a value indicating whether the Fragments collection for the current page has been initialized and contains one or more elements.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasFragments As Boolean
    public bool HasFragments {get;}
    See Also