Raises the AddOutlineEntry event.

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

Syntax

C#
protected internal void OnAddOutlineEntry(
	ReportEventArgs e
)
Visual Basic
Protected Friend Sub OnAddOutlineEntry ( _
	e As ReportEventArgs _
)

Parameters

e
Type: C1.C1Report..::..ReportEventArgs
ReportEventArgs that contains event data.

See Also