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

sunianu

Members
  • Posts

    30
  • Joined

  • Last visited

sunianu's Achievements

Contributor

Contributor (5/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. I have a crosstab which has 4 pages and there are around 250/300 records for each page. To show one page - it is taking very long time on HTML where as when I export to PDF, it takes very less time to load all the 4 pages. I dont have any clue to improve the performance. I noticed that there are all different styles and table tags for each <td> tag separately (I checked from view source of the html page). So I am suspecting that all these extra styles and tags are causing the delay (I am not sure though). Any one has any clues????? Please share/help! Any info on this is appreciated. Thanks, Sunianu.
  2. hi, I want to modify my pie chart legend. now i am getting the legend as xxx = 100 yyy=200 what I want is xxx= $ 100 yyy=$ 200 ie i want to add $ symbol with the legend text . I tried to achive this thru JRAbstractChartCustomizer but i couldnot ...Following is the piece of code public void customize(JFreeChart jFreeChart, JRChart jrChart) { String sCurrency = (String) this.getParameterValue("currencySymbol"); LegendTitle tt= jFreeChart.getLegend(); I dont know how to proceed after this. or Is thr any other way to achive this Thanks Suni
  3. Hello, I am running a jrxm from IReport 3. Master report has one sub report. I am passing 5 parameters to Subreport out of which two are dates If i hardcode the dates in the subreport query then report is taking only 2 secs to generate. If I pass parameters from master report instead of hardcoding then the report is taking more than 10 mins. Why this is happening. Any Idea? Thanks Suni
  4. Hi, I am using version 3.0.0. I a using a crosstab for diaplaying the details. Border lines for all the columns are working correctly on HTML. but when export to excel most of the border lines are missing. I am using lineWidth="1.0" . Can anybody help me to solve this problem Thanks Suni
  5. Hi, I am using version 3.0.0. I a using a crosstab for diaplaying the details. Border lines for all the columns are working correctly on HTML. but when export to excel most of the border lines are missing. I am using lineWidth="1.0" . Can anybody help me to solve this problem Thanks Suni
  6. Hello, That worked. Thank you very much I have one more doubt.How can I achieve this in Cross tab ? Thanks Leena
  7. Hello... Can you explan how you achived this? My requirement is also the same but i dont know how to do this Thanks Suni
  8. hello Were you able to solve this issue...I am also facing the same problem..can you help me Thanks Suni
  9. hello Edward. Thanks for your reply. I tried these way, but still i am getting null . The variable displayed correctly when I displayed it on the master report (returned variable), but its null when i pass this value to another subreport Thanks Suni
  10. Hello.... Were you able to achive this? My requirement is also the same. I am also getting null . Thanks Suni
  11. Hi, I have 20 subreports in a main report. Subreport5 will return a parameter back to main report and I want to pass that parameter value to another subreport say Subreport 10. i how can I achive this ? Thanks Suni
  12. Hi , I am exporting my report to PDF.Is there a way to open Pdf's Report at a certain size like 100% Thanks Suni
×
×
  • Create New...