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

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public event ReportEventHandler PrintSection
Visual Basic
Public Event PrintSection As ReportEventHandler

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.

See Also