final ReportState reportState = event.getState();
final ExpressionRuntime runtime = getRuntime();
try
{
reportState.setCurrentPage(1);
reportState.firePageStartedEvent(reportState.getEventCode());
}
finally
{
// restore the current event, as the page-started event will clear it ..
setRuntime(runtime);