(System.identityHashCode(Thread.currentThread()) +
": Report processing time: Pagination time: " + ((paginateTime - startTime) / 1000.0)));
}
if (getLogicalPageCount() == 0)
{
throw new EmptyReportException("Report did not generate any content.");
}
// Start from scratch ...
PageState state = getLogicalPageState(0);
while (state != null)