Package net.sf.jasperreports.crosstabs

Examples of net.sf.jasperreports.crosstabs.JRCrosstab


   *
   */
  public JRPrintElement convert(ReportConverter reportConverter, JRElement element)
  {
    JRBasePrintFrame printFrame = new JRBasePrintFrame(reportConverter.getDefaultStyleProvider());
    JRCrosstab crosstab = (JRCrosstab)element;
   
    copyElement(reportConverter, crosstab, printFrame);
   
    List children = getCrosstabChildren(reportConverter, crosstab);
    if (children != null && children.size() > 0)
View Full Code Here

TOP

Related Classes of net.sf.jasperreports.crosstabs.JRCrosstab

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.