Package org.pentaho.reporting.designer.core.actions.elements

Examples of org.pentaho.reporting.designer.core.actions.elements.InsertCrosstabGroupAction


      if (queryName != null)
      {
        subReport.setQuery(queryName);

        // Invoke Crosstab dialog
        final InsertCrosstabGroupAction crosstabAction = new InsertCrosstabGroupAction();
        crosstabAction.setReportDesignerContext(designerContext);
        crosstabAction.actionPerformed(new ActionEvent(this, ActionEvent.ACTION_PERFORMED, ""));
      }

      dragContext.getRenderContext().getSelectionModel().setSelectedElements(new Object[]{subReport});
    }
View Full Code Here

TOP

Related Classes of org.pentaho.reporting.designer.core.actions.elements.InsertCrosstabGroupAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.