Fired before each report section is formatted.

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

Syntax

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

Remarks

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

See Also