[]
        
(Showing Draft Content)

C1.WPF.FlexReport.C1FlexReport.PrintSection

PrintSection Event

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

Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public event ReportEventHandler PrintSection
Returns
Type Description
ReportEventHandler Occurs before each is printed (after it has been formatted.)
Remarks
<p>When this event fires, the field values and sizes have been set by the control.</p>
<p>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.