[]
        
(Showing Draft Content)

C1.WPF.FlexReport.C1FlexReport.StartSection

StartSection Event

Occurs before each Section is formatted.

Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public event ReportEventHandler StartSection
Returns
Type Description
ReportEventHandler Occurs before each is formatted.
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.