ComponentOne Reports for WPF
C1.C1Report Namespace / C1Report Class / AddOutlineEntry Event

In This Topic
    AddOutlineEntry Event (C1Report)
    In This Topic
    Fired before the control adds an outline entry to the report.
    Syntax
    'Declaration
     
    Public Event AddOutlineEntry As AddOutlineEntryHandler
    public event AddOutlineEntryHandler AddOutlineEntry
    Remarks

    Some report output formats include an outline that is built Based on the report groups. For example, PDF reports show this outline on the left pane of the reader application.

    The outline contains one entry for each group header, and the entry text is based on the value of the Group.GroupBy expression for the group.

    This event allows you to change or suppress the text that appears on the outline.

    See Also