Jump to content
Changes to the Jaspersoft community edition download ×

jasperforum

Members
  • Posts

    30
  • 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 jasperforum

  1. Please update on this ...regarding passing the servletcontext as a parameter
  2. Hello teodard Please update on this regarding how to pass servlet context as a parameter
  3. In the image attached the x-axis is showing date. I just want to truncate the secs. If i take off the secs in category expression by taking substring then see the image 2. Can't I customize the label just for diaplay
  4. http://jasperforge.org/plugins/espforum/view.php?group_id=83&forumid=101&topicid=73026
  5. i got it in the previous code ...i guess it will not exceute menu items in acrobat 7 or more hence you have to use some trusted function OR This is an undocumented property of the doc object. Code:this.pane = "bookmarks"; // open bookmark pane[/code]
  6. hello teodord, I am using PDf javascript in ireports to open the book mark of pdf document automatically. It works fine with ireports. But When i use that in Jasper reports it doesn't work. in the below code i can see the alert statement but not bookmark. Please help resp.setContentType("application/pdf"); JRPdfExporter pdfExporter = new JRPdfExporter(); pdfExporter.setParameter(JRExporterParameter.JASPER_PRINT, jasperPrint); pdfExporter.setParameter(JRExporterParameter.OUTPUT_STREAM, servletOutputStream); //output refers to OutputStream. pdfExporter.setParameter(JRPdfExporterParameter.PDF_JAVASCRIPT, "app.execMenuItem('ShowHideBookmarks');app.alert('You have documents open');"); pdfExporter.exportReport(); Code: Post Edited by jasperforum at 09/07/2010 14:28
  7. my pdf bookmarks are working fine but unable to open the pdf bookmark automatically
  8. how can i force the view of pdf to 100% or someother value
  9. use the customizer class PiePlot3D renderer=(PiePlot3D)chart.getPlot(); plot.setLabelOutlinePaint(Color.WHITE); I guess this will work [/code]
  10. the cross tab displays the zero's also . did you check the query?
  11. In my report if the data set is large then legend is taking whole place and chart is becoming very very small. How can I increase the summary band. The maximum summary band height allowed is 555. Please reply Post Edited by jasperforum at 08/10/2010 20:07
  12. Thanks Lucian for the reply. I solved it in the other way I have one more Question how Can i Calculate Median in the report. Right now i am calculating that in sql statement.. How can i get hold of result set in the ireports???
  13. make sure you are not putting this in group header or don't give group by let me know if it works
  14. just create a variable and set the properties for caluculation --sum and for variable Exp--put the if condition let me know if it works
  15. $F{STATUS}="SUCCESS"?"N/A":"error_Message" this should be for the Error message Text box
  16. just uncheck the ignore Width Property
  17. I designed many reports but for one report the page footer appears in the first page not in all the pages.......and also the strech when overflows doesn't work
  18. What is the purpose of tooltip in bar chart??? Please help
×
×
  • Create New...