java - BIRT boxes format in BIRT report -
java - BIRT boxes format in BIRT report -
is there way have word in boxes format each character comes in box report. using 3.7 version.
[h][e][l][l][0]
i showing square brackets. should single field (square boxes) in report.
usually business relationship numbers in forms reported this.
waiting replies.
you either utilize background image (containing blank boxes) or you'd have utilize ggrid , place each character in distinct cell. using js, should easy extract n-th character of string in n-th column.
java javascript html birt
Comments
Post a Comment