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 );