Fired when the control starts rendering each page.

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

Syntax

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

Remarks

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

See Also