[]
        
(Showing Draft Content)

C1.Report.FlexReport.PrintSection

PrintSection Event

Occurs before each Section is printed (after it has been formatted.)

Namespace: C1.Report
Assembly: C1.Report.4.6.2.dll
Syntax
[C1Description("C1FlexReport.PrintSection", "Occurs before each Section is printed (after it has been formatted.)")]
public event ReportEventHandler PrintSection
<C1Description("C1FlexReport.PrintSection", "Occurs before each Section is printed (after it has been formatted.)")>
Public Event PrintSection As ReportEventHandler
Returns
Type Description
ReportEventHandler Occurs before each is printed (after it has been formatted.)
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 OnPrint script property.