final DataRow parameterData = context.getParameterData();
final ReportEnvironmentDataRow envDataRow = new ReportEnvironmentDataRow(context.getReportEnvironment());
final DataFactory dataFactory = context.getDataFactory();
PerformanceLoggingStopWatch sw = context.getPerformanceMonitorContext().createStopWatch
(PerformanceTags.REPORT_PARAMETER_QUERY, new FormattedMessage("query={%s}", getQueryName()));
try
{
sw.start();
final TableModel tableModel = dataFactory.queryData(getQueryName(),
new CompoundDataRow(envDataRow, parameterData));