ComponentOne FlexReport for WinForms
PrintSection Event

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class : PrintSection Event
Occurs before each Section is printed (after it has been formatted.)
Syntax
'Declaration
 
Public Event PrintSection As ReportEventHandler
public event ReportEventHandler PrintSection
Remarks

When this event fires, the field values and sizes have been set by the control.

You may still make changes, but they will not affect the field layout. For example, changing a field's Text property at this point will not cause it to grow or shrink.

This event is equivalent to the Section.OnPrint script property.

See Also

Reference

C1FlexReport Class
C1FlexReport Members