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

srikanthssridhar

Members
  • Posts

    4
  • Joined

  • Last visited

srikanthssridhar's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi, I want to convert the number pattern to Indian number pattern that is if the value is 100,000 it should display as 1,00,000. I tried changing the pattern which did not work. I wrote my own method which does the conversion. I need to integrate this in jasper source code. After going through the source code, I tried including my method in JRAbstractExporter.java Here we have a method protected TextValue getTextValue(JRPrintText text, String textStr) which calls getNumberCellValue() method. I am calling my Format method inside getNumberCellValue method like this indianCurrencyFormat = this.inidianCurrencyFormat(textStr); textValue = getTextValueString(text, indianCurrencyFormat); After all these, still nothing seems to work. Could some one please help Thanks
  2. Hi, Please share id there are any examples available on usage of net.sf.jasperreports.export.html.id and net.sf.jasperreports.export.html.class in iReports. Awaiting your replies, Thanks
  3. Hi, I am trying to include css class in my reports. Is it possible to add my own attribute to reportElement tag, so that i can include my css file reference link ? Please let me know if there is a need to change in the source code of jasperreports ? Thanks
  4. Hi, We are using iReports tool 3.7.4 for creating reports. I am applying styles to the reports by creating a .jrtx file. But reports seems to take time to load from my application. Narrowing down we found that for every text, the font and other properties of html is getting embedded in the source code. So we thought of creating a css file with the properties and use it. colspan="4" rowspan="2">style="font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; color: #000000; font-size: 12px;">PERMANENTI am trying to replace the with my css style. Like href="/_assets/css/style.css" rel="stylesheet" type="text/css" /> Is it possible to do this using iReports ?
×
×
  • Create New...