ComponentOne FlexReport for WinForms
StartSection Event

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class : StartSection Event
Occurs before each Section is formatted.
Syntax
'Declaration
 
Public Event StartSection As ReportEventHandler
public event ReportEventHandler StartSection
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

Reference

C1FlexReport Class
C1FlexReport Members