Jump to content
Changes to the Jaspersoft community edition download ×

Defining css styles in JasperReports


srikanthssridhar

Recommended Posts

Hi,

We are using iReports tool 3.7.4 for creating reports. I am applying styles to the reports by creating a .jrtx file. But reports seems to take time to load from my application. Narrowing down we found that for every text, the font and other properties of html is getting embedded in the source code. So we thought of creating a css file with the properties and use it. 

colspan="4" rowspan="2">style="font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; color: #000000; font-size: 12px;">PERMANENT

I am trying to replace the with my css style. Like 

href="/_assets/css/style.css" rel="stylesheet" type="text/css" />

Is it possible to do this using iReports ? 

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...