OnStartPage Method (C1FlexReport)
In This Topic
Raises the
StartPage event.
Syntax
'Declaration
Protected Overridable Sub OnStartPage( _
ByVal As Integer _
)
protected virtual void OnStartPage(
int
)
Parameters
- pageNo
- The number of the started page.
See Also