Jump to content
We've recently updated our Privacy Statement, available here ×

sbced

Members
  • Posts

    19
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by sbced

  1. maybe you can try: http://sourceforge.jp/projects/sfnet_jasperserver/downloads/JasperServer/JasperReports%20Server%204.7.0/jasperreports-server-cp-4.7.0-linux-x64-installer.run/
  2. In linux, I think you can copy .keystore in root home, as probably you will start tomcat server as root
  3. It's not a jasperserver problem, but a tomcat setting. Example on Windows and tomcat 6: Edit server.xlm (ex. Program Filesjasperreports-server-proapache-tomcatconfserver.xml) and uncomment or insert <!-- Define a SSL HTTP/1.1 Connector on port 8443 --> <Connector protocol="org.apache.coyote.http11.Http11Protocol" port="8443" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" /> (8443 is the port for SSL; I don't think you can use 8080 if it's used as normal HHTP port) set the tomcat service to be started using a defined user. exec keytool.exe -genkey -alias tomcat -keyalg RSA (ex. Program FilesJavajre6binkeytool.exe) using "changeit" as password this will create a .keystore file that you must copy in home directory of the user starting the tomcat service (ex. Documents and Settingstomcat) restart tomcat service
  4. http://damien.antipa.at/2011/11/04/apex-and-jasperserver-tunnel-plugin/
  5. http://vincentdeelen.blogspot.it/2013/06/integrate-jasperreports-in-your.html
  6. I'm using Oracle Apex and Jasperreport, but jasperreport is not really "integrated" on Apex forms; I would rather say that JasperReport is "called" from apex by hyperlink, with all parameters you need: example:http://jasperreport-server/jasperserver/flow.html?_flowId=viewReportFlow&reportUnit=/reports/report_name&output=pdf&j_username=jasper_user&j_password=jasper_password&rep_parm=parm_value
  7. http://download.cnet.com/JasperReports-Server-32-Bit/3000-10743_4-75748745.html?tag=rb_content;contentBody
  8. try this: http://JJJ:8080/jasperserver/flow.html?_flowId=viewReportFlow&reportUnit=/reports/NNNN&output=pdf&j_username=UUU&j_password=PPP&PARNAME=VALUE where: JJJ is the server name where jasperserver is running UUU is the user name of a jasperserver user with rights on the report and PPP is the user password NNNN is the report name on the /reports/ folder of jasperserver repository: you must write the complete folder address if your report is defined in a different location or subfolder other parameters can be defined in the same way: &PARNAME=VALUE
  9. to access data from oracle db, you have to: . copy to apache-tomcatlib directory under jasperserver directory the files ojdbc14.jar ojdbc14_g.jar ojdbc14dms.jar ojdbc14dms_g.jar . as administrator, define new Data Source: type: JDBC driver: oracle.jdbc.driver.OracleDriver URL: jdbc:oracle:thin:@oracle_server:1521:aracle_sid User: oracle_user password: aracle_password
  10. Changed Assigned User from @User_306070 to @anonymous From jasperserver.log while editing the job schedule:2013-11-08 18:28:48,468 ERROR GenericExceptionMapper,http-8080-2:42 - Unexpected error occurscom.sun.jersey.api.NotFoundException: null for uri: http://sbobdb:8080/jasperserver/rest_v2/reports/reports/Apex/SB_SCADENZIARIO_AGENTE/options at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1484) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1414) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1363) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1353) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:414) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:708) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at com.jaspersoft.jasperserver.war.StaticFilesCacheControlFilter.doFilter(StaticFilesCacheControlFilter.java:137) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:399) at org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109) at org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at org.springframework.security.providers.anonymous.AnonymousProcessingFilter.doFilterHttp(AnonymousProcessingFilter.java:105) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.jasperserver.api.metadata.user.service.impl.MetadataAuthenticationProcessingFilter.doFilter(MetadataAuthenticationProcessingFilter.java:152) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.jasperserver.war.util.RequestParameterAuthenticationFilter.doFilter(RequestParameterAuthenticationFilter.java:94) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at org.springframework.security.ui.basicauth.BasicProcessingFilter.doFilterHttp(BasicProcessingFilter.java:174) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:209) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:278) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:209) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.jasperserver.api.logging.filter.BasicLoggingFilter.doFilter(BasicLoggingFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.jasperserver.api.security.JSCsrfGuardFilter.doFilter(JSCsrfGuardFilter.java:83) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.jasperserver.api.security.WebAppSecurityFilter.doFilter(WebAppSecurityFilter.java:76) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.jasperserver.api.security.encryption.EncryptionFilter.doFilter(EncryptionFilter.java:130) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:188) at org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:99) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jasig.cas.client.session.SingleSignOutFilter.doFilter(SingleSignOutFilter.java:104) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at com.jaspersoft.jasperserver.war.util.SessionDecoratorFilter.doFilter(SessionDecoratorFilter.java:43) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at com.jaspersoft.jasperserver.war.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:67) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at com.jaspersoft.jasperserver.war.P3PFilter.doFilter(P3PFilter.java:43) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:558) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859) at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579) at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1555) at java.lang.Thread.run(Thread.java:619)
  11. Thanks to all for suggestions ... But in the meantime I've decided to reinstall and to migrate manually .... so I've revised my reports using iReport 4.7 ... Regards
  12. I can do nothing with browser because of the corrupted screens. There is a way to reset the db to default without reinstall?
  13. I've installed JasperReports Server Community Edition v4.7.0 on a new machine and all was ok. Then I've imported data from file exported from my production v4.5. When I whent to login I had the page you can see in the first attached file. I succeeded to login, but also internal pages are corrupted: see second attached file. Any suggestion?
  14. It seems solved changing the report lenguage from java to groovy .....
  15. I'm having the same problem using iReport 3.7.6. I tryed iReport 4.0.0 because of this error .....
  16. I'm using Jasperserver 3.7.1 and iReport 4.0.0 On IReport I've 2 fields <field name="RBA" class="java.math.BigDecimal"/> <field name="MAV" class="java.math.BigDecimal"/> and I'm trying to display a field with the sum <textField pattern="#,##0;-#,##0"> <reportElement x="99" y="638" width="68" height="20"/> <box rightPadding="3"> <pen lineWidth="0.5"/> <topPen lineWidth="0.0"/> <leftPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/> <rightPen lineWidth="1.0"/> </box> <textElement textAlignment="Right" verticalAlignment="Middle"> <font size="7"/> </textElement> <textFieldExpression class="java.lang.Double"><![CDATA[$F{RBA}.doubleValue()+$F{MAV}.doubleValue()]]></textFieldExpression> </textField> On iReport I can compile and preview: all ok. But on Jaspersever called via browser http://xxxxx:8080/jasperserver/flow.html?_flowId=viewReportFlow&reportUnit=/reports/Apex/SK_CLIENTE_FG&output=pdf I've he error: Error Trace: com.jaspersoft.jasperserver.api.JSExceptionWrapper: Errors were encountered when compiling report expressions class file: 1. Cannot cast from double to Double value = (java.lang.Double)(((java.math.BigDecimal)field_RBA.getValue()).doubleValue()+((java.math.BigDecimal)field_MAV.getValue()).doubleValue()); //$JR_EXPR_ID=88$ <---------------------------------------------------------------------------------------------------------------------------------------> 2. Cannot cast from double to Double value = (java.lang.Double)(((java.math.BigDecimal)field_RBA.getOldValue()).doubleValue()+((java.math.BigDecimal)field_MAV.getOldValue()).doubleValue()); //$JR_EXPR_ID=88$ <---------------------------------------------------------------------------------------------------------------------------------------------> 3. Cannot cast from double to Double value = (java.lang.Double)(((java.math.BigDecimal)field_RBA.getValue()).doubleValue()+((java.math.BigDecimal)field_MAV.getValue()).doubleValue()); //$JR_EXPR_ID=88$ <---------------------------------------------------------------------------------------------------------------------------------------> Suggestions?
  17. I really regret to have to open this post, but I've already spent too much time to find out what is missing. I'm very new to iReport, just few days from using iReport 3.7.5 I'm trying to do a simple report from my db, just a list. I've designed the report and the I’ve tried it: all ok. Now I want to have the first 2 left column and the last right one not repeated every line, but only when it changes: all ok. But when I tried to have the values printed on detail overflow ....... no differences on preview. I've investigated all report properties and tried different settings .... no changes. So I hope you can help me to understand what is wrong. Maybe someone can view what I'm looking for from 2 days. Here is my XML <?xml version="1.0" encoding="UTF-8"?> <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="PREZZI_PER_IMPIANTO" printOrder="Horizontal" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20"> <property name="ireport.zoom" value="1.0"/> <property name="ireport.x" value="0"/> <property name="ireport.y" value="0"/> <parameter name="SETTORE" class="java.lang.String"> <parameterDescription><![CDATA[sETTORE]]></parameterDescription> </parameter> <parameter name="AZIENDA" class="java.lang.String"> <parameterDescription><![CDATA[AZIENDA]]></parameterDescription> </parameter> <parameter name="IMPIANTO" class="java.lang.String"> <parameterDescription><![CDATA[iMPIANTO]]></parameterDescription> </parameter> <queryString language="SQL"> <![CDATA[select "PREZZI"."CDCLIE_M" as "CDCLIE_M", "PREZZI"."DSCLIE" as "DSCLIE", "PREZZI"."DSCOMU" as "DSCOMU", "PREZZI"."CDART" as "CDART", "PREZZI"."DSARTI" as "DSARTI", "PREZZI"."PREZZO" as "PREZZO", "PREZZI"."CDSTAB" as "CDSTAB", "PREZZI"."RESAMERCE" as "RESAMERCE", "PREZZI"."DSAGEN" from "PREZZI" "PREZZI" where "PREZZI"."SETTORE" = $P{SETTORE} and "PREZZI"."CDAZIE" = $P{AZIENDA} and "PREZZI"."CDSTAB" = $P{IMPIANTO} ORDER BY "PREZZI"."DSCLIE" ASC, "PREZZI"."CDART" ASC, "PREZZI"."DSCOMU" ASC, "PREZZI"."CDSTAB" ASC, "PREZZI"."RESAMERCE"]]> </queryString> <field name="CDCLIE_M" class="java.lang.String"/> <field name="DSCLIE" class="java.lang.String"/> <field name="DSCOMU" class="java.lang.String"/> <field name="CDART" class="java.lang.String"/> <field name="DSARTI" class="java.lang.String"/> <field name="PREZZO" class="java.math.BigDecimal"/> <field name="CDSTAB" class="java.lang.String"/> <field name="RESAMERCE" class="java.lang.String"/> <field name="DSAGEN" class="java.lang.String"/> <group name="CDCLIE_M"> <groupExpression><![CDATA[$F{CDCLIE_M}]]></groupExpression> <groupHeader> <band height="2"/> </groupHeader> </group> <background> <band splitType="Stretch"/> </background> <pageHeader> <band height="86" splitType="Stretch"> <staticText> <reportElement x="183" y="10" width="252" height="35"/> <textElement verticalAlignment="Middle"> <font size="18" isBold="true"/> </textElement> <text><![CDATA[Prezzi per impianto - settore]]></text> </staticText> <textField> <reportElement x="678" y="10" width="101" height="35" forecolor="#FFFFFF"/> <textElement/> <textFieldExpression class="java.lang.String"><![CDATA[$P{AZIENDA}]]></textFieldExpression> </textField> <textField pattern="dd/MM/yyyy"> <reportElement x="544" y="10" width="132" height="35"/> <textElement verticalAlignment="Middle"> <font size="18" isBold="true"/> </textElement> <textFieldExpression class="java.util.Date"><![CDATA[new java.util.Date()]]></textFieldExpression> </textField> <image> <reportElement x="0" y="0" width="183" height="55"/> <imageExpression class="java.lang.String"><![CDATA["C:\Program Files\Jaspersoft\iReport-3.7.5\ireport\Superbeton\superbeton.jpg"]]></imageExpression> </image> <staticText> <reportElement x="508" y="10" width="36" height="35"/> <textElement verticalAlignment="Middle"> <font size="18" isBold="true"/> </textElement> <text><![CDATA[- al]]></text> </staticText> <textField> <reportElement x="435" y="10" width="51" height="35"/> <textElement verticalAlignment="Middle"> <font size="18" isBold="true"/> </textElement> <textFieldExpression class="java.lang.String"><![CDATA[$P{SETTORE}]]></textFieldExpression> </textField> <textField> <reportElement x="221" y="66" width="558" height="20"/> <textElement> <font size="14"/> </textElement> <textFieldExpression class="java.lang.String"><![CDATA[$P{IMPIANTO}]]></textFieldExpression> </textField> </band> </pageHeader> <columnHeader> <band height="20" splitType="Stretch"> <staticText> <reportElement x="217" y="0" width="81" height="20"/> <box> <pen lineWidth="0.5"/> <topPen lineWidth="0.5"/> <leftPen lineWidth="0.5"/> <bottomPen lineWidth="0.5"/> <rightPen lineWidth="0.5"/> </box> <textElement textAlignment="Center" verticalAlignment="Middle"/> <text><![CDATA[Cod. Articolo]]></text> </staticText> <staticText> <reportElement x="672" y="0" width="58" height="20"/> <box> <pen lineWidth="0.5"/> <topPen lineWidth="0.5"/> <leftPen lineWidth="0.5"/> <bottomPen lineWidth="0.5"/> <rightPen lineWidth="0.5"/> </box> <textElement textAlignment="Center" verticalAlignment="Middle"/> <text><![CDATA[Prezzo]]></text> </staticText> <staticText> <reportElement x="641" y="0" width="31" height="20"/> <box> <pen lineWidth="0.5"/> <topPen lineWidth="0.5"/> <leftPen lineWidth="0.5"/> <bottomPen lineWidth="0.5"/> <rightPen lineWidth="0.5"/> </box> <textElement textAlignment="Center" verticalAlignment="Middle"/> <text><![CDATA[Resa]]></text> </staticText> <staticText> <reportElement x="518" y="0" width="123" height="20"/> <box> <pen lineWidth="0.5"/> <topPen lineWidth="0.5"/> <leftPen lineWidth="0.5"/> <bottomPen lineWidth="0.5"/> <rightPen lineWidth="0.5"/> </box> <textElement textAlignment="Center" verticalAlignment="Middle"/> <text><![CDATA[Destinazione]]></text> </staticText> <staticText> <reportElement x="298" y="0" width="220" height="20"/> <box> <pen lineWidth="0.5"/> <topPen lineWidth="0.5"/> <leftPen lineWidth="0.5"/> <bottomPen lineWidth="0.5"/> <rightPen lineWidth="0.5"/> </box> <textElement textAlignment="Center" verticalAlignment="Middle"/> <text><![CDATA[Articolo]]></text> </staticText> <staticText> <reportElement x="64" y="0" width="153" height="20"/> <box> <pen lineWidth="0.5"/> <topPen lineWidth="0.5"/> <leftPen lineWidth="0.5"/> <bottomPen lineWidth="0.5"/> <rightPen lineWidth="0.5"/> </box> <textElement textAlignment="Center" verticalAlignment="Middle"/> <text><![CDATA[Ragione sociale]]></text> </staticText> <staticText> <reportElement x="0" y="0" width="64" height="20"/> <box> <pen lineWidth="0.5"/> <topPen lineWidth="0.5"/> <leftPen lineWidth="0.5"/> <bottomPen lineWidth="0.5"/> <rightPen lineWidth="0.5"/> </box> <textElement textAlignment="Center" verticalAlignment="Middle"/> <text><![CDATA[Cod. Cliente]]></text> </staticText> <staticText> <reportElement x="730" y="0" width="72" height="20"/> <box> <pen lineWidth="0.5"/> <topPen lineWidth="0.5"/> <leftPen lineWidth="0.5"/> <bottomPen lineWidth="0.5"/> <rightPen lineWidth="0.5"/> </box> <textElement textAlignment="Center" verticalAlignment="Middle"/> <text><![CDATA[Geometra]]></text> </staticText> </band> </columnHeader> <detail> <band height="20" splitType="Stretch"> <textField pattern="#,##0.00"> <reportElement x="672" y="0" width="58" height="20"/> <box rightPadding="5"> <pen lineWidth="0.5"/> <topPen lineWidth="0.5"/> <leftPen lineWidth="0.5"/> <bottomPen lineWidth="0.5"/> <rightPen lineWidth="0.5"/> </box> <textElement textAlignment="Right" verticalAlignment="Middle"/> <textFieldExpression class="java.math.BigDecimal"><![CDATA[$F{PREZZO}]]></textFieldExpression> </textField> <textField> <reportElement x="641" y="0" width="31" height="20"/> <box> <pen lineWidth="0.5"/> <topPen lineWidth="0.5"/> <leftPen lineWidth="0.5"/> <bottomPen lineWidth="0.5"/> <rightPen lineWidth="0.5"/> </box> <textElement textAlignment="Center" verticalAlignment="Middle"/> <textFieldExpression class="java.lang.String"><![CDATA[$F{RESAMERCE}]]></textFieldExpression> </textField> <textField> <reportElement x="217" y="0" width="81" height="20"/> <box leftPadding="5"> <pen lineWidth="0.5"/> <topPen lineWidth="0.5"/> <leftPen lineWidth="0.5"/> <bottomPen lineWidth="0.5"/> <rightPen lineWidth="0.5"/> </box> <textElement textAlignment="Left" verticalAlignment="Middle"/> <textFieldExpression class="java.lang.String"><![CDATA[$F{CDART}]]></textFieldExpression> </textField> <textField> <reportElement x="518" y="0" width="123" height="20"/> <box leftPadding="5"> <pen lineWidth="0.5"/> <topPen lineWidth="0.5"/> <leftPen lineWidth="0.5"/> <bottomPen lineWidth="0.5"/> <rightPen lineWidth="0.5"/> </box> <textElement verticalAlignment="Middle"/> <textFieldExpression class="java.lang.String"><![CDATA[$F{DSCOMU}]]></textFieldExpression> </textField> <textField> <reportElement x="298" y="0" width="220" height="20"/> <box leftPadding="5"> <pen lineWidth="0.5"/> <topPen lineWidth="0.5"/> <leftPen lineWidth="0.5"/> <bottomPen lineWidth="0.5"/> <rightPen lineWidth="0.5"/> </box> <textElement verticalAlignment="Middle"/> <textFieldExpression class="java.lang.String"><![CDATA[$F{DSARTI}]]></textFieldExpression> </textField> <textField pattern="" isBlankWhenNull="false"> <reportElement isPrintRepeatedValues="false" x="0" y="0" width="64" height="20" isPrintWhenDetailOverflows="true" printWhenGroupChanges="CDCLIE_M"/> <box leftPadding="5"> <pen lineWidth="0.5"/> <topPen lineWidth="0.5"/> <leftPen lineWidth="0.5"/> <bottomPen lineWidth="0.5"/> <rightPen lineWidth="0.5"/> </box> <textElement textAlignment="Left" verticalAlignment="Middle"/> <textFieldExpression class="java.lang.String"><![CDATA[$F{CDCLIE_M}]]></textFieldExpression> </textField> <textField> <reportElement isPrintRepeatedValues="false" x="64" y="0" width="153" height="20" isPrintWhenDetailOverflows="true" printWhenGroupChanges="CDCLIE_M"/> <box leftPadding="5"> <pen lineWidth="0.5"/> <topPen lineWidth="0.5"/> <leftPen lineWidth="0.5"/> <bottomPen lineWidth="0.5"/> <rightPen lineWidth="0.5"/> </box> <textElement verticalAlignment="Middle"/> <textFieldExpression class="java.lang.String"><![CDATA[$F{DSCLIE}]]></textFieldExpression> </textField> <textField> <reportElement isPrintRepeatedValues="false" x="730" y="0" width="72" height="20" isPrintWhenDetailOverflows="true" printWhenGroupChanges="CDCLIE_M"/> <box leftPadding="5"> <pen lineWidth="0.5"/> <topPen lineWidth="0.5"/> <leftPen lineWidth="0.5"/> <bottomPen lineWidth="0.5"/> <rightPen lineWidth="0.5"/> </box> <textElement verticalAlignment="Middle"/> <textFieldExpression class="java.lang.String"><![CDATA[$F{DSAGEN}]]></textFieldExpression> </textField> </band> </detail> <columnFooter> <band height="5" splitType="Stretch"/> </columnFooter> <pageFooter> <band height="20" splitType="Stretch"> <textField> <reportElement x="325" y="0" width="80" height="20"/> <textElement textAlignment="Right"> <font size="10"/> </textElement> <textFieldExpression class="java.lang.String"><![CDATA["Pagina "+$V{PAGE_NUMBER}+" di"]]></textFieldExpression> </textField> <textField evaluationTime="Report"> <reportElement x="405" y="0" width="40" height="20"/> <textElement> <font size="10"/> </textElement> <textFieldExpression class="java.lang.String"><![CDATA[" " + $V{PAGE_NUMBER}]]></textFieldExpression> </textField> </band> </pageFooter> </jasperReport> Post Edited by sbced at 27/09/2010 15:35
×
×
  • Create New...