Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We have enter the product description in application following below:

enter image description here

share|improve this question

1 Answer

Instead of using the special character like ----- or =====. Make use of report Line elements.

Drag a line element from the Pallete and place it in the editor in the desired position.

Then edit the properties.

In the Graphic Properties section,

Change the Pen type to draw different lines as Dotted or Dashed .

Update:

Regarding the Alignment, Really there are multiple ways.

See the sample design, I use separate static text fields for displaying a :.

For the numeric values, keep them Right Aligned. If required, You can also add the Padding and Borders for the fields. Right Click on the field and select Padding and Borders option.

Sample Design

Hope this helps.

share|improve this answer
I'm using struts2 how to get the correct output without alignment issue. – user1982694 Jan 22 at 11:35
Are you using iReport tool to generate report template? – Gopinagh.R Jan 22 at 11:48
But i'm using in textarea. How is possible there? – user1982694 Jan 22 at 12:15
How are you generating your jrxml file? – Gopinagh.R Jan 22 at 12:17
I'm using iReport tool version is 3.0.I'll generate this way. – user1982694 Jan 22 at 12:33

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.