Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1MultiDocumentItem Class / Outlines Property

In This Topic
    Outlines Property (C1MultiDocumentItem)
    In This Topic
    Gets the collection of outlines defined on the document or report represented by the current multi-document item.

    For details, see the remarks section of the property.

    Syntax
    'Declaration
     
    Public ReadOnly Property Outlines As OutlineNodeCollection
    public OutlineNodeCollection Outlines {get;}
    See Also