Fired before the control adds an outline entry to the report.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public event AddOutlineEntryHandler AddOutlineEntry
Visual Basic
Public Event AddOutlineEntry As AddOutlineEntryHandler

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 GroupBy expression for the group.

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

See Also