reportbuilder = new Support1ReportBuilder(reportId, fromDate, toDate, this.dataSource, where);
break;
}
case ReportBuilder.INDIVIDUAL_NOTE_ID:
{
reportbuilder = new IndividualNoteStandardReport(fromDate, toDate, this.dataSource, where);
}
}
if (reportbuilder != null) {