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

bhuvi

Members
  • Posts

    5
  • 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 bhuvi

  1. Code:Hi, I have a report and the main JRXML file is using the sub reports conditionally, i.e based on condition the sub report is called and used. I have a crosstab in sub report and i want the reference of this cross tab in one of my java class. How can i achieve this, I need the reference of the crosstab which is used in sub report in a java class. Please do suggest.
  2. Code:Hi, I have a report main jrxml file and having a subreport which consists of a crosstab in group.I am using WideningEngineServiceImpl.java to get the reference of the crosstab but since it is in subreport i am not able to get ref.Please tell me how to get the ref of crosstab which is in subreport.Code:[code]Hi,I have a report and the main JRXML file is using the sub reports conditionally, i.e based on condition the sub report is called and used.I have a crosstab in sub report and i want the reference of this cross tab in one of my java class.How can i achieve this, I need the reference of the crosstab which is used in sub report in a java class.Please do suggest. Post Edited by bhuvanesh at 01/28/2011 13:42
  3. teodord, I had my reports developed in 3.5.0 version and i was using custom style attributes, then i used <frame> in my jrxml and i was getting back color applied to whole row but the same code is not working properly in 3.7.0. Style is getting applied only to span even if i have frames. please suggest me how to correct this problem. Regards Bhuvanesh
  4. Resolved the problem, We can use any custom exporter class, we need to make changes to the JasperViewerTag.java class which is a custom tag lib. regards Bhuvi
  5. Hi, I am having a requirement of using custom JRHtmlExporter i.e i am extending JRHtmlExporter in one of my class and when i call the <customExporter>.exportReport() from DefaultJasperViewer.jsp it is throwing net.sf.jasperreports.engine.JRException: No input source supplied to the exporter. It is expecting JasperPrint as input and it is not set to the custom class.(Looks like JasperPrint is configured to set to only JRHtmlExporter class.) Please let me know is there any configuration changes needs to be done to use custom exporters. Regards Bhuvi Post Edited by bhuvi at 07/03/2009 16:50
×
×
  • Create New...