Package jimm.datavision

Examples of jimm.datavision.Subreport


    "subreport", new Point(0, report.getFirstSectionByArea(SectionArea.DETAIL).getMinHeight()));

    this.designer = designer;
    this.report = report;

    subreport = new Subreport(report, null);
    Database db = (Database)report.getDataSource();
    subreport.setDataSource(new SubreportDatabase(db.getConnection(),
              subreport));
    subreport.read(f);
    subreport.addAllJoins(newJoins);
View Full Code Here

TOP

Related Classes of jimm.datavision.Subreport

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.