Raises the EndPage event.

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

Syntax

C#
protected void OnEndPage(
	ReportEventArgs e
)
Visual Basic
Protected Sub OnEndPage ( _
	e As ReportEventArgs _
)

Parameters

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

See Also