Jump to content
JasperReports Library 7.0 is now available ×

Recommended Posts

By: Lenka - lenkav

Center value

2006-05-26 01:46

I would like to do some report like this

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>

<head>

<META http-equiv="Content-Type" content="text/html; charset=UTF-8">

</head>

<body>

<H2>Tabulka 1</H2>

<table>

<tr>

<th width="30%">A</th><th width="40%">B</th><th>C</th>

</tr>

<tr>

<td rowspan="15">X<table>

<tr>

</tr>

</table>

</td><td>x</td><td>x</td>

</tr>

<tr>

<td>x</td><td>x</td>

</tr>

<tr>

<td>x</td><td>x</td>

</tr>

<tr></table>

</body>

</HTML>

 

and I have problem with values in column A, becouse this value is repeated threetimes.

If I use Print repeated values(false) for field A, I will have only one value, but I don´t know how this value center in the middle of three rows.

Is it possible to do it? How?

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...