Jump to content
Changes to the Jaspersoft community edition download ×

Use styleshheets in Jasper Report


craig1980

Recommended Posts

HI.

 

We are using Jasper Report 2.0.4 for creating reports.

 

We need to use a well determinated stylsheet above all for HTML view; can i use a my own css for rendering HTML reports according to my needs (or better my boss needs)?

Or can i set a class in the rendered report?

For example how can i have an HTML Report like this one:

 

Code:

<html>
.
.
.
.
<table class="myTableCssClass">
<tr>
<td class="myTdCssClass">
</td>
</tr>
<tr>
<td>
<span class="mySpanCssClass">
</span>
</td>
</td>
</table>
.
.
.
</html>

 

What we need absolutly is to set css properties for tables and columns.

 

Thanks to all.

Regards,

Angelo.

Link to comment
Share on other sites

  • Replies 2
  • 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...