[]
Occurs before each Section is formatted.
[C1Description("C1FlexReport.StartSection", "Occurs before each section is formatted.")]
public event ReportEventHandler StartSection
<C1Description("C1FlexReport.StartSection", "Occurs before each section is formatted.")>
Public Event StartSection As ReportEventHandler
| Type | Description |
|---|---|
| ReportEventHandler | Occurs before each is formatted. |
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.