OnPrintSection Method (C1FlexReport)
In This Topic
Raises the
PrintSection event.
Syntax
'Declaration
Protected Overridable Sub OnPrintSection( _
ByVal As Section _
)
protected virtual void OnPrintSection(
Section
)
Parameters
- section
- Section object.
See Also