By: op - opavlovic
How to insert a space/indent in a dynamicrow
2004-04-09 10:58
We are creating reports that dyamically generate the rows. The rows have hierarchy and we would like to depict that hierarchy in the report using the indentation. it seems that jasper trims spaces. Example: here is the output that we desire to achive. Can you help/provide some guidelines?
Desired Output.
Top Name
Sub Name1
Sub Name2
SubSubName
JASPER (we are forced to use --) to achieve above fucntionality. Thx.
Top Name
----------Sub Name1
----------Sub Name2
--------------------SubSubName
By: David Lim - aberrant80
RE: How to insert a space/indent in a dynamic
2004-04-12 21:41
umm... you simply need to set your x-coordinate appropriately....
How to insert a space/indent in a dynamicrow
2004-04-09 10:58
We are creating reports that dyamically generate the rows. The rows have hierarchy and we would like to depict that hierarchy in the report using the indentation. it seems that jasper trims spaces. Example: here is the output that we desire to achive. Can you help/provide some guidelines?
Desired Output.
Top Name
Sub Name1
Sub Name2
SubSubName
JASPER (we are forced to use --) to achieve above fucntionality. Thx.
Top Name
----------Sub Name1
----------Sub Name2
--------------------SubSubName
By: David Lim - aberrant80
RE: How to insert a space/indent in a dynamic
2004-04-12 21:41
umm... you simply need to set your x-coordinate appropriately....
0 Answers:
No answers yet