Fired before each Section is formatted.

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

Syntax

C#
public event ReportEventHandler StartSection
Visual Basic
Public Event StartSection As ReportEventHandler

Remarks

When this event fires, the report fields have not been updated with the current values or sizes.

This is a good point to set field formatting parameters and visibility based on the current data values.

This event is equivalent to the OnFormat script property.

See Also