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

manideepak

Members
  • Posts

    4
  • Joined

  • Last visited

manideepak'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 am new to Jasper reports I had integrated jasper in to our application and use org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView for generating our reports, every thing works fine of for pdf but when I am using xls or html formats the headers repeat after page break , as below Header1 Header1 Header1 Header1 Header1 Header1 Header1 Header1 Header1 Header1 Header1 Some Data 1 1 1 1 1 1 1 1 1 1 Some Data 1 1 1 1 1 1 1 1 1 1 Some Data 1 1 1 1 1 1 1 1 1 1 Some Data 1 1 1 1 1 1 1 1 1 1 Header1 Header1 Header1 Header1 Header1 Header1 Header1 Header1 Header1 Header1 Header1 Some Data 1 1 1 1 1 1 1 1 1 1 Some Data 1 1 1 1 1 1 1 1 1 1 Some Data 1 1 1 1 1 1 1 1 1 1 Some Data 1 1 1 1 1 1 1 1 1 1 Some Data 1 1 1 1 1 1 1 1 1 1 Header1 Header1 Header1 Header1 Header1 Header1 Header1 Header1 Header1 Header1 Header1 Some Data 1 1 1 1 1 1 1 1 1 1 Some Data 1 1 1 1 1 1 1 1 1 1 Please Help 1 How can I stop the headers from repeating ? 2.I dont want to chage my current setup ,Its to good and easy to user .
  2. I too have the same problem ,where I use a windows machine for development but the server is on UNIX . Not only on UNIX and windows but its slightingly different between two different windows also . Our QA team is opening a bug for each label ,Its getting frustrating :(
  3. I too have the same problem ,where I use a windows machine for development but the server is on UNIX . Not only on UNIX and windows but its slightingly different between two different windows also . Our QA team is opening a bug for each label ,Its getting frustrating :(
  4. I am using the same JRXML for both PFD and HTML report's but the out put is drastically different . Is there some thing I am missing because I am new . please some body help This is the private JRDataSource getMapDataSource() { List<map<String,?>> listOfRecords = Lists.newArrayList(); listOfRecords.add('Some List of map '); JRMapCollectionDataSource p = new JRMapCollectionDataSource( listOfRecords); return p; } I use this to get the view(pdf or html) org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView
×
×
  • Create New...