Package org.pentaho.jfreereport.castormodel.reportspec

Examples of org.pentaho.jfreereport.castormodel.reportspec.ReportSpecChoice


    ReportSpec reportSpec = new ReportSpec();
    reportSpec.setReportName( reportName );
    reportSpec.setHorizontalOffset( horizontalOffset );
    reportSpec.setIncludeSrc( getPath() );
    reportSpec.setQuery( "no query" ); //$NON-NLS-1$
    reportSpec.setReportSpecChoice( new ReportSpecChoice() );
    reportSpec.getReportSpecChoice().setJndiSource( "SampleData" ); //$NON-NLS-1$
    reportSpec.setCalculateGrandTotals( createGrandTotals );
    reportSpec.setTopMargin( 10 );
    reportSpec.setBottomMargin( 10 );
    reportSpec.setLeftMargin( 10 );
View Full Code Here

TOP

Related Classes of org.pentaho.jfreereport.castormodel.reportspec.ReportSpecChoice

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.