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