ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / PdfFilter Class / Outline Property

In This Topic
    Outline Property
    In This Topic
    Specifies whether the PDF output should include an outline tree.
    Syntax
    'Declaration
     
    Public Property Outline As System.Boolean
    public System.bool Outline {get; set;}
    Remarks

    The outline tree is created automatically based on the report groups and can be used to navigate through the report in the Adobe Acrobat viewer.

    Each node in the tree corresponds to a group header section in the report. Invisible group header sections do not generate outline entries in the PDF document.

    See Also