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

In This Topic
    OutlineNode Property
    In This Topic
    Gets or sets the outline node representing the current item in Outlines.

    For details, see the remarks section of the property.

    Syntax
    'Declaration
     
    Public Property OutlineNode As OutlineNode
    public OutlineNode OutlineNode {get; set;}

    Property Value

    The combined outline for the multi-document.
    See Also