Fired when the control finishes rendering each report section.

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

Syntax

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

Remarks

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

See Also