/**
   * Receives notification that the report has started.
   *
   * @param event the event.
   */
  public void reportStarted(final ReportEvent event) {
    if (event.isDeepTraversing()) {
      return;
    }

    pageFunction.reportStarted(event);
  }