}
// This dialog is modal. By the time it returns, the parameters
// have their new values.
if (new ParamAskWin(getDesignFrame(), usedParameters).userCancelled())
throw new UserCancellationException(I18N.get("Report.user_cancelled"));
}
else {
if (paramReader == null) {
ErrorHandler.error(I18N.get("Report.missing_param_xml_file"));