Fired when the control finishes rendering each page.

Namespace:  C1.Web.C1WebReport
Assembly:  C1.Web.C1WebReport.2 (in C1.Web.C1WebReport.2.dll)

Syntax

C#
public event ReportEventHandler EndPage
Visual Basic (Declaration)
Public Event EndPage As ReportEventHandler

Remarks

This event does not fire if the report is retrieved from the cache (see the Cache property).

See Also