/**
  * Get the maximum number of rows a window-based report can work with.
  *
  * @return the maximum rows.
  */
 public long getMaxRows() throws ManifoldCFException {
   return historyManager.getMaxRows();
 }