Jasper report column is too large to display on single page -
i have table several column's. 1 of them in case large (for example contains 800 character, , other columns contains 50-100 characters).
column data contains multiple text lines, each line has linebreak @ end. suppose not fit on single page based on column width. so, when data displayed, when such large column comes, on column data.first page got whole column empty, not single character in column in displayed, , on second page displayed last line of text. know why happens , how fix it? cannot change column width because of other columns.
can set option on jasperreports override such behaviour?
this behavior managed splittype attribute of band: http://jasperreports.sourceforge.net/api/net/sf/jasperreports/engine/type/splittypeenum.html.
Comments
Post a Comment