Changeset 541
- Timestamp:
- May 20, 2010, 11:16:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/reports/reactiveRatio.jrxml
r537 r541 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="reportName" language="groovy" pageWidth="842" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="782" leftMargin="30" rightMargin="30" topMargin="20" bottomMargin="20" isSummaryNewPage="true" >2 <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="reportName" language="groovy" pageWidth="842" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="782" leftMargin="30" rightMargin="30" topMargin="20" bottomMargin="20" isSummaryNewPage="true" isSummaryWithPageHeaderAndFooter="true"> 3 3 <property name="ireport.scriptlethandling" value="0"/> 4 4 <property name="ireport.encoding" value="UTF-8"/> 5 5 <property name="ireport.zoom" value="1.0"/> 6 <property name="ireport.x" value=" 153"/>7 <property name="ireport.y" value=" 597"/>6 <property name="ireport.x" value="0"/> 7 <property name="ireport.y" value="614"/> 8 8 <import value="java.util.*"/> 9 9 <import value="net.sf.jasperreports.engine.*"/> … … 50 50 </style> 51 51 <style name="Crosstab Data Text" isDefault="false" hAlign="Center"/> 52 <subDataset name="dataset1"/>53 <subDataset name="Table Dataset 1"/>54 <subDataset name="Table Dataset 2"/>55 <subDataset name="dataset2"/>56 52 <parameter name="reportTitle" class="java.lang.String"/> 57 53 <parameter name="currentUser" class="java.lang.String"/> … … 576 572 </textField> 577 573 <textField> 578 <reportElement x="662" y=" 0" width="80" height="20"/>574 <reportElement x="662" y="20" width="80" height="20"/> 579 575 <textElement textAlignment="Right"/> 580 576 <textFieldExpression class="java.lang.String"><![CDATA["Page "+$V{PAGE_NUMBER}+" of"]]></textFieldExpression> 581 577 </textField> 582 578 <textField evaluationTime="Report"> 583 <reportElement x="742" y=" 0" width="40" height="20"/>579 <reportElement x="742" y="20" width="40" height="20"/> 584 580 <textElement/> 585 581 <textFieldExpression class="java.lang.String"><![CDATA[" " + $V{PAGE_NUMBER}]]></textFieldExpression> … … 602 598 </band> 603 599 </pageFooter> 600 <lastPageFooter> 601 <band height="40"> 602 <textField evaluationTime="Report"> 603 <reportElement x="742" y="20" width="40" height="20"/> 604 <textElement/> 605 <textFieldExpression class="java.lang.String"><![CDATA[" " + $V{PAGE_NUMBER}]]></textFieldExpression> 606 </textField> 607 <textField> 608 <reportElement x="662" y="20" width="80" height="20"/> 609 <textElement textAlignment="Right"/> 610 <textFieldExpression class="java.lang.String"><![CDATA["Page "+$V{PAGE_NUMBER}+" of"]]></textFieldExpression> 611 </textField> 612 <textField> 613 <reportElement x="0" y="0" width="82" height="20"/> 614 <textElement markup="none"/> 615 <textFieldExpression class="java.lang.String"><![CDATA["Generated: "]]></textFieldExpression> 616 </textField> 617 <textField> 618 <reportElement x="0" y="20" width="82" height="20"/> 619 <textElement markup="none"/> 620 <textFieldExpression class="java.lang.String"><![CDATA["By: "]]></textFieldExpression> 621 </textField> 622 <textField pattern="dd-MMM-yyyy"> 623 <reportElement x="82" y="0" width="200" height="20"/> 624 <textElement/> 625 <textFieldExpression class="java.util.Date"><![CDATA[new java.util.Date()]]></textFieldExpression> 626 </textField> 627 <textField> 628 <reportElement x="82" y="20" width="200" height="20"/> 629 <textElement markup="none"/> 630 <textFieldExpression class="java.lang.String"><![CDATA[$P{currentUser}]]></textFieldExpression> 631 </textField> 632 </band> 633 </lastPageFooter> 604 634 <summary> 605 <band height=" 555">635 <band height="277"> 606 636 <textField> 607 637 <reportElement key="staticText-1" x="221" y="0" width="340" height="30"/> … … 612 642 </textField> 613 643 <textField> 614 <reportElement x="0" y="30" width="782" height=" 311"/>644 <reportElement x="0" y="30" width="782" height="245"/> 615 645 <textElement/> 616 646 <textFieldExpression class="java.lang.String"><![CDATA[$F{summaryOfCalculationMethod}]]></textFieldExpression>
Note: See TracChangeset
for help on using the changeset viewer.