views:

663

answers:

1

Hi,

I have report where report width is more than 2000px; it is working fine with pdf and excel output but when we export for word it is showing 550px; report only other part we are not able to see.

We have one report which contains ...

abcdefghijklmnopqrstuvwxyz

when we export for excel or pdf it's working fine but when we export for word it's coming like

abcdefg

other parts are not visible.

I am exporting word report with JRRtfExporter object. is there any property i have to set to see full report or any suggestions ?

we are using jasper reports 1.2.0

Any Help Appreciated ...

A: 
JasperPrint jasperPrint = null;

jasperPrint.setPageWidth(1500);

This is working fine but if some one has better solution please provide it...

Bihag Raval