Package org.pentaho.reporting.engine.classic.core.modules.output.pageable.base

Examples of org.pentaho.reporting.engine.classic.core.modules.output.pageable.base.PageableReportProcessor.paginate()


    final Resource directly = resourceManager.createDirectly(url, MasterReport.class);
    final MasterReport resource = (MasterReport) directly.getResource();

    final PageableReportProcessor p = new
        PageableReportProcessor(resource, new GraphicsOutputProcessor(resource.getConfiguration()));
    p.paginate();

    // if you return 1, then your datasource is f'd up.
    assertTrue( p.getPhysicalPageCount() > 10 );
  }
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.