Package org.pentaho.reporting.engine.classic.core

Examples of org.pentaho.reporting.engine.classic.core.RelationalGroup.clearFields()


    report.addExpression(new EventMonitorFunction());
    report.addExpression(new TotalItemCountVerifyFunction());
    report.setDataFactory(new TableDataFactory("default", new AggregateTestDataTableModel()));
    report.setQuery("default");
    final RelationalGroup rootGroup = (RelationalGroup) report.getRootGroup();
    rootGroup.clearFields();
    rootGroup.addField("Continent");
    rootGroup.setName("Continent Group");

    final TotalItemCountFunction f = new TotalItemCountFunction();
    f.setName("continent-total-gc");
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.