private boolean isPageHeaderPrinting(final Band b, final boolean testSticky)
{
final StyleSheet resolverStyleSheet = b.getComputedStyle();
if (resolverStyleSheet == null)
{
throw new InvalidReportStateException("Inv");
}
if (isDesignTime()) {
return true;
}