<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
					xmlns:content="http://purl.org/rss/1.0/modules/content/"
					xmlns:wfw="http://wellformedweb.org/CommentAPI/"
					xmlns:dc="http://purl.org/dc/elements/1.1/"
					xmlns:atom="http://www.w3.org/2005/Atom"
					xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
				  >
<channel>
<title><![CDATA[Latest Hot Topics]]></title>
<link>http://jasperforge.org/</link>
<description><![CDATA[Hot topics]]></description>
<image><title><![CDATA[Latest Hot Topics]]></title>
<link>http://jasperforge.org/</link>
<url>http://jasperforge.org/themes/jasper/images/tools/logo.gif</url>
</image>
<language></language>
<pubDate>Wed, 16 May 2012 23:14:11 +0000</pubDate>
<item>
<title><![CDATA[How can I do it -- put the crosstab into the detail band ??? I did it !!! ]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=97631</link>
<pubDate>Wed, 16 May 2012 18:14:10 +0000</pubDate>
<description><![CDATA[<p>Hello everyone!!<br />
&nbsp;<br />
I have to put the crosstab into the detail band.<br />
<br />
How can I do?</p>
<p><br />
Please help me, thank you!!<br />
Thank you for your advanced help!!</p>
<p>&nbsp;</p>
<p>Sue Yueh Chung (yuehchung.su@gmail.com)</p><br><br>Post Edited by yuehchung at 04/25/2012 10:08]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=97631</guid>
</item>
<item>
<title><![CDATA[Pass value from SubReport to Main Report and again back to another Sub Report using Shared Variable]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=97458</link>
<pubDate>Wed, 16 May 2012 18:14:10 +0000</pubDate>
<description><![CDATA[<p>Hi</p>
<p>I am designing my report using iReport4.5.&nbsp; I am new to Jasper Reports...</p>
<p>1. My main report displays the detailed transaction</p>
<p>2. First Sub Report say "SUMMARY_RPT" displays the summary by category</p>
<p>3. Second Sub Report say "PARAMETER_RPT" displays the input parameter's used</p>
<p>Here is&nbsp;the requirement.</p>
<p>In my second sub report PARAMETER_RPT I have a field that will give me a title value lets say the Field Name is "MY_TITLE" and the value is "THIS IS MY TITLE" as the output of my query.</p>
<p>How do I pass this MY_TITLE from the second sub report to the main report and would like to display the value in my first sub report SUMMARY_RPT</p>
<p>Or is there a way that I can pass the MY_TITLE directly from my Second Sub report to my First Sub Report using Shared Variable...</p>
<p>if so could you please give me a step by step instruction with what and how to do.. Please help...</p>
<p>&nbsp;</p>
<p>Thanks</p>
<p>Meeza</p>
<p>&nbsp;</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=97458</guid>
</item>
<item>
<title><![CDATA[Hyperlink Type "ReportExecution" with date is in error]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=97488</link>
<pubDate>Wed, 16 May 2012 18:14:10 +0000</pubDate>
<description><![CDATA[<p>Please, i need help!</p>
<p>I have an ireport that does drill down from one to another report, and all work well.</p>
<p>I am using Hyperlink Type "ReportExecution" and two link parameters:<br />
_report = "/reports/samples/report3"<br />
param1 = $F{CODVEND}</p>
<p>But when i add parameters of type date, like:<br />
Date1 = $P{Date1}<br />
Date2 = $P{Date2}</p>
<p>The following error is displayed by the Jasperserver:</p>
<fieldset class="row instructions">
<h3 id="clarification">The server has encountered an error. Please excuse the inconvenience.</h3>
</fieldset>
<div class="body  ">
<div id="errorMessages">
<h3>Error Message</h3>
<p class="large">java.lang.NullPointerException</p>
</div>
<div style="padding-bottom:350px;" id="completeStackTrace">
<h3>Error Trace</h3>
<p style="white-space:normal;">java.lang.NullPointerException  	at  com.jaspersoft.jasperserver.war.action.ResourceTypeMappingAction.doPreExecute(ResourceTypeMappingAction.java:53)  	at  org.springframework.webflow.action.AbstractAction.execute(AbstractAction.java:186)  	at  org.springframework.webflow.execution.ActionExecutor.execute(ActionExecutor.java:51)  	at  org.springframework.webflow.action.EvaluateAction.doExecute(EvaluateAction.java:79)  	at  org.springframework.webflow.action.AbstractAction.execute(AbstractAction.java:188)  	at  org.springframework.webflow.execution.AnnotatedAction.execute(AnnotatedAction.java:145)  	at  org.springframework.webflow.execution.ActionExecutor.execute(ActionExecutor.java:51)  	at  org.springframework.webflow.engine.ActionState.doEnter(ActionState.java:101)  	at org.springframework.webflow.engine.State.enter(State.java:194) 	at org.springframework.webflow.engine.Flow.start(Flow.java:535) 	at  org.springframework.webflow.engine.impl.FlowExecutionImpl.start(FlowExecutionImpl.java:364)  	at  org.springframework.webflow.engine.impl.RequestControlContextImpl.start(RequestControlContextImpl.java:234)  	at  org.springframework.webflow.engine.SubflowState.doEnter(SubflowState.java:101)  	at org.springframework.webflow.engine.State.enter(State.java:194) 	at  org.springframework.webflow.engine.Transition.execute(Transition.java:227)  	at  org.springframework.webflow.engine.impl.FlowExecutionImpl.execute(FlowExecutionImpl.java:391)  	at  org.springframework.webflow.engine.impl.RequestControlContextImpl.execute(RequestControlContextImpl.java:214)  	at org.springframework.webflow.engine.Flow.handleEvent(Flow.java:560) 	at  org.springframework.webflow.engine.impl.FlowExecutionImpl.handleEvent(FlowExecutionImpl.java:386)  	at  org.springframework.webflow.engine.impl.RequestControlContextImpl.handleEvent(RequestControlContextImpl.java:210)  	at  org.springframework.webflow.engine.ViewState.handleEvent(ViewState.java:230)  	at  org.springframework.webflow.engine.ViewState.resume(ViewState.java:196) 	at org.springframework.webflow.engine.Flow.resume(Flow.java:545) 	at  org.springframework.webflow.engine.impl.FlowExecutionImpl.resume(FlowExecutionImpl.java:259)  	at  org.springframework.webflow.executor.FlowExecutorImpl.resumeExecution(FlowExecutorImpl.java:163)  	at sun.reflect.GeneratedMethodAccessor305.invoke(Unknown Source) 	at  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)  	at java.lang.reflect.Method.invoke(Method.java:597) 	at  org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)  	at  org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)  	at  org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)  	at  org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:66)  	at  org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)  	at  org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)  	at $Proxy19.resumeExecution(Unknown Source) 	at  org.springframework.webflow.mvc.servlet.FlowHandlerAdapter.handle(FlowHandlerAdapter.java:183)  	at  org.springframework.webflow.mvc.servlet.FlowController.handleRequest(FlowController.java:174)  	at  org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)  	at  org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)  	at  org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:807)  	at  org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)  	at  org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:501)  	at javax.servlet.http.HttpServlet.service(HttpServlet.java:617) 	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  org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:399)  	at  com.jaspersoft.jasperserver.api.security.IPadSupportFilter.doFilter(IPadSupportFilter.java:67)  	at  org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)  	at  com.jaspersoft.jasperserver.api.security.JSSwitchUserProcessingFilter.doFilterHttp(JSSwitchUserProcessingFilter.java:154)  	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.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:139)  	at  org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)  	at  com.jaspersoft.jasperserver.war.util.RequestParameterAuthenticationFilter.doFilter(RequestParameterAuthenticationFilter.java:97)  	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.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)  	at  com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:184)  	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:184)  	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:81)  	at  org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)  	at  com.jaspersoft.jasperserver.api.security.WebAppSecurityFilter.doFilter(WebAppSecurityFilter.java:83)  	at  org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411)  	at  com.jaspersoft.jasperserver.war.MultipartRequestWrapperFilter.doFilter(MultipartRequestWrapperFilter.java:90)  	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  com.jaspersoft.jasperserver.war.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:67)  	at  org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:236)  	at  org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)  	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)</p>
<p style="white-space: normal;">I don&acute;t know what i have to do to solve it!</p>
<p style="white-space: normal;">I use the CE.</p>
<p style="white-space: normal;">Thanks for any help</p>
</div>
</div>
<p><br />
&nbsp;</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=97488</guid>
</item>
<item>
<title><![CDATA[Calculate sum on every page footer from rows on that page - row_count problem.]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=97434</link>
<pubDate>Wed, 16 May 2012 18:14:10 +0000</pubDate>
<description><![CDATA[<div>Hello.</div>
<div>This is my first post here. My native language is not English, so sorry for any language errors.</div>
<div>&nbsp;</div>
<div>I have to generate a report, which has a sum of values in rows on each page.</div>
<div>I've added variable with reset type set to ResetTypeEnum.PAGE.</div>
<div>
<div>
<div>&nbsp;</div>
<div><variable name="variablePageSum" class="java.math.BigDecimal" resetType="Page" calculation="Sum"></div>
<div><span class="Apple-tab-span" style="white-space: pre; ">	</span><variableExpression><![CDATA[$F{myField}]]></variableExpression></div>
<div><span class="Apple-tab-span" style="white-space: pre; ">	</span><initialValueExpression><![CDATA[BigDecimal.ZERO]]></initialValueExpression></div>
<div></variable></div>
<div>&nbsp;</div>
</div>
</div>
<div>I've added textfield into columnFooter band with text field expression like:</div>
<div>
<div>&nbsp;</div>
<div>&nbsp;<textField isStretchWithOverflow="true" evaluationTime="Page" isBlankWhenNull="true"></div>
<div><span class="Apple-tab-span" style="white-space:pre">	</span><reportElement stretchType="RelativeToBandHeight" x="0" y="0" width="115" height="50"/></div>
<div><span class="Apple-tab-span" style="white-space:pre">	</span><textElement textAlignment="Right"/></div>
<div><span class="Apple-tab-span" style="white-space:pre">	</span><textFieldExpression><![CDATA["Sum on page: " + $V{variablePageSum}+ "n No of rows displayed on page: " + $V{PAGE_COUNT}]]></textFieldExpression></div>
<div></textField></div>
<div>&nbsp;</div>
<div>It should display calculated sum of fields displayed on page and how many rows is on page.</div>
<div>&nbsp;</div>
<div>It works correctly only if I configure textFields is my detail band not to stretchWithOverflow.</div>
<div>When I set my rows to stetch dynamically to display whole texts, it displays correctly but on some pages sum and PAGE_COUNT variable take into account one more row than actually is added on the page.</div>
<div>&nbsp;</div>
<div>For example: On page I see 7 rows, but sum is calculated of those 7 and 1 from next page. PAGE_COUNT gives 8. What is worse, on next page row, which already has been added to sum on previous page is also being added :(</div>
<div>&nbsp;</div>
<div>Has anyone met with this problem before?</div>
<div>&nbsp;</div>
<div>Please note, that I have to be able stretch rows to display given String data. I'm not allowed to trim it.</div>
</div>
<p>&nbsp;</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=97434</guid>
</item>
<item>
<title><![CDATA[Print watermark if state = draft]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=97809</link>
<pubDate>Wed, 16 May 2012 18:14:10 +0000</pubDate>
<description><![CDATA[<p>Hello,</p>
<p>&nbsp;</p>
<p>I have created purchase order report where once the PO is confirmed the report can be printed to send to supplier.&nbsp; We also want the report to be printer if the PO is in draft state but to put a watermark on the report to display "DRAFT PO"</p>
<p>I am using the background band but not sure how to get this in the expression.</p>
<p>&nbsp;</p>
<p>The Background band as an Image, the table for PO has a STATE column with the followingg value (Draft, proforma and confirmed)</p>
<p>&nbsp;</p>
<p>Can any explain how I do this, I am using Ireport 4.5.1</p>
<p>&nbsp;</p>
<p>Many thanks</p>
<p>Savyn</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=97809</guid>
</item>
<item>
<title><![CDATA[Show report name in title]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=97860</link>
<pubDate>Wed, 16 May 2012 18:14:10 +0000</pubDate>
<description><![CDATA[<p>I want to show the report name in the Title.</p>
<p>How or where can I find it, with or without scriptlet?<br />
<br />
&nbsp;</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=97860</guid>
</item>
<item>
<title><![CDATA[How to display image in report through HTML Format]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=97474</link>
<pubDate>Wed, 16 May 2012 18:14:10 +0000</pubDate>
<description><![CDATA[<p>Hi all,</p>
<p>&nbsp;</p>
<p>&nbsp;&nbsp; I have an issue with displaying logo in HTML Format. I have generated a report using ireport 3.0.0. I have generate the report in 3 formats-->PDF, EXCEL and HTML. I have placed the logo in the ireport and gave the image expression path.</p>
<p>&nbsp;The image was showing in PDF and EXCEL Format but In HTML the image was not displaying.How to display the image in HTML Format.</p>
<p>&nbsp;</p>
<p>If anyone knows the solution .Please reply back.</p>
<p>&nbsp;</p>
<p>Regards,</p>
<p>Deepthy</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=97474</guid>
</item>
<item>
<title><![CDATA[Creating dynamic xls report]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=97539</link>
<pubDate>Wed, 16 May 2012 18:14:10 +0000</pubDate>
<description><![CDATA[<p>Hi all,<br />
I need create dynamic xls report from a web application using iReport (3.7.3 that I can upgrade).<br />
The rows and the columns to print will be extract from a database table based on the user that<br />
login to the web application.<br />
<br />
For example:<br />
User 1<br />
Column A = Bike<br />
Column B = Car<br />
Column C = Total A+B<br />
...<br />
<br />
Row 1 = Sunday<br />
Row 2 = Monday<br />
...<br />
<br />
User 2<br />
Column A = Beverage<br />
Column B = Food<br />
Column C = SelfService<br />
Column D = Total A+B+C<br />
...<br />
<br />
Row 1 = January<br />
Row 2 = February<br />
...<br />
<br />
Is it possible create a report with dynamic rows/columns using JRXlsExporter ?<br />
I beleave that I have to create a report with all possible rows/columns and hide the<br />
rows/columns at runtime setting any properties. Is it right ? <br />
<br />
I need also a different colors and fonts for a specific column (for example the Total column)<br />
Is this possible ?<br />
<br />
&nbsp;<br />
Thanks</p>
<p>Rita</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=97539</guid>
</item>
<item>
<title><![CDATA[Fonts drive me crazy!]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=97645</link>
<pubDate>Wed, 16 May 2012 18:14:10 +0000</pubDate>
<description><![CDATA[<p>Hi!</p>
<p>I have the following problem: If I design my reports with iReport 4.5.1, and if I test them, and if I save the test as PDF, everything works fine.</p>
<p>If I use the report directly from my Java application over JasperReports, the view is ok, but if I save it as PDF, all formatting (bold and so on) is lost.</p>
<p>I found some hints, that this problem comes from the fonts, because they are not available in the classpath. I found also a hint, that the use of TTF files over the classpath is deprecated. It should be better to install the fonts in iReport, and than create one or more JAR files over the iReport font exporter.</p>
<p>Okay. I installed the fonts, and there where no errors. I can see (and modify) the fonts in the options dialog. I created single JAR files of every font. This also worked fine.</p>
<p>BUT: If I try to select this fonts for a text field under iReport, the font isn't in the list!!!</p>
<p>If I add one of my JARs (from iReport Font exporter) to the iReport classpath, I can choose it under 'Font name'. And if I add the JAR to the classpath of my Java application, also my PDF file is okay.</p>
<p>IS THIS THE SYSTEM WHICH SHOULD I USE???</p>
<p>An other problem is, that some fonts kill iReport (Helvetica, MS Reference Sans Serif...). This means, after adding them to the iReport classpath, I can't open any reports. Everything is empty, only a grey background.</p>
<p>Are there any hints/tips you can give me???</p>
<p>Thanks,<br />
Christian.</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=97645</guid>
</item>
<item>
<title><![CDATA[Can't create a template based on my xml data]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=97722</link>
<pubDate>Wed, 16 May 2012 18:14:10 +0000</pubDate>
<description><![CDATA[<p>Hi,</p>
<p>&nbsp;</p>
<p>I'm really new to iReport and I'm struggling to get to grips with creating a report that is able to read an XML file from a webserver.</p>
<p>&nbsp;</p>
<p>This file is restricted behind a standard HTTP Auth, but in setting up my datasource I was prompted for user credentials and iReport did seem to traverse the fields of it correctly.</p>
<p>&nbsp;</p>
<p>I'm following the documentation here: <a href="http://jasperforge.org/website/ireportwebsite/IR%20Website/ir_xml_datasources.html?header=project&target=ireport" target="_blank">http://jasperforge.org/website/ireportwebsite/IR%20Website/ir_xml_datasources.html?header=project&target=ireport</a></p>
<p>Only I'm using a Remote XML file datasource rather than the regular XML file datasource.</p>
<p>&nbsp;</p>
<p>I've made up the report simply to list out each of the fields in my XML file but when I try and Preview the report it comes back telling me The document has no pages.</p>
<p>&nbsp;</p>
<p>How can I debug this and find out how this is working?</p>
<p>&nbsp;</p>
<p>Many thanks.</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=97722</guid>
</item>
</channel>
</rss>
