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

martin.borugadda

Members
  • Posts

    2
  • Joined

  • Last visited

martin.borugadda's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. I have a report deployed on JasperReports community server v7.8. The report has few tables. When I resize a column while viewing the report, the column gets resized but the view takes back to first page of the report. Is there any way we can make it resize the column but stay on the same page? Whats desired is after resizing the new view should show the page that has the same starting table row as the one before resizing.
  2. I'm using JasperSoft Studio. I'm trying to load data through MongoDb connector. After providing a query, I'm able to read fields for all but one Binary field. The database has a field of the type Binary, and it is being read into JasperServer as of type "[b", and the report doesn't preview throwing the following error. "java.lang.ClassNotFoundException: [L; --- net.sf.jasperreports.engine.design.JRDesignField@4ffd8408" If I manually change the field to org.bson.types.Binary, I get the following error "net.sf.jasperreports.engine.JRException: org.bson.json.JsonParseException: JSON reader expected a string but found '{'." How can I read /parse the binary field successfully?
×
×
  • Create New...