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

Vishnu K V

Members
  • Posts

    4
  • Joined

  • Last visited

Vishnu K V'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. You need to have two fields for it.One can be the image field and other can be blank white image or blank rectangle or some thing..And you have to place one above the other and under the 'Properties' option of each field you have to write a conditional expression under 'Print When Expression' for displaying according to the condition required.
  2. For Excel or HTML output should not be paginated. parameters.put(JRParameter.IS_IGNORE_PAGINATION, true); - This is optional.It is not mandatory to pass this parameter for excel or html output But for pdf,the output should be paginated .So we should put code as parameters.put(JRParameter.IS_IGNORE_PAGINATION, false);
  3. The issue may be with the Libre Office Calc. When I am using the Libre Office before in Microsoft Windows platform,I have faced the similar issue. So I switched to Microsoft Office excel and the design issue for excel got resolved. But in ubundu platform I don't know is there is any substitution for Libre Office
  4. when we open the report template ..it is not opening..it flashes and goes out.................. The only way I found to fix this issue is to change the JAVA_HOME variable to jdk 7 path....Is there is any other way to fix this issue without changing the JAVA_HOME variable ??
×
×
  • Create New...