Package jimm.datavision.source.sql

Examples of jimm.datavision.source.sql.SubreportDatabase


    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.source.sql.SubreportDatabase

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.