Package net.sf.jasperreports.crosstabs.design

Examples of net.sf.jasperreports.crosstabs.design.JRDesignCrosstab.preprocess()


  public void preprocess()
  {
    for (Iterator it = getCrosstabs().iterator(); it.hasNext();)
    {
      JRDesignCrosstab crosstab = (JRDesignCrosstab) it.next();
      crosstab.preprocess();
    }
  }

  protected List getCrosstabs()
  {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.