public void setReportDesignerContext(final ReportDesignerContext context)
{
this.reportDesignerContext = context;
if (action instanceof DesignerContextAction)
{
final DesignerContextAction dca = (DesignerContextAction) action;
dca.setReportDesignerContext(reportDesignerContext);
}
}