Jump to content

jreporter

Members
  • Posts

    16
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts posted by jreporter

  1. I have the same problem here after upgrade from 6.3 to 7.2.
    I used the new sample file from 7.2 sample-applicationContext-externalAuth-LDAP.xml and reimplemented our settings.

    But after server restart I got the same error like @roger.mirror

    See also this bug report : [#11866] - ldap integration breaks jasperserver
    https://community.jaspersoft.com/jasperreports-server/issues/11866

    Any help is appreciated.

    Thanks

    Marwin

  2. Have a look at the following code.

    Hope this helps.

    Code:
    JasperPrint jasperPrint = JasperFillManager.fillReport("tutorialsMain.jasper", parameters, new JREmptyDataSource(1));		            	            JasperExportManager.exportReportToPdfFile(jasperPrint,"Tutorials.pdf"); //"Tutorials.pdf" will be the name of your PDF		            
  3. Here's a workaround :

    Double your Fields you want to get bold and place them exactly on the position of the origin fields.

    In the properties make them bold and fill the "Print When Expression".

    In the origin fields fill the same "Print When Expression" but negating it.

     

    Sorry for my poor english...

     

     

×
×
  • Create New...