public void testBandedReportHeader()
{
final MasterReport report = createReport();
final GlobalAuthenticationStore globalAuthenticationStore = new GlobalAuthenticationStore();
final ReportRenderContext masterContext =
new ReportRenderContext(report, report, null, globalAuthenticationStore);
final SubReport subReport = report.getReportHeader().getSubReport(0);
final ReportRenderContext subContext =
new ReportRenderContext(report, subReport, masterContext, globalAuthenticationStore);