문제

I have a radgridview in which I am displaying a barcode now I want to print the BarCode I such a way that the text appears under the BarCode and each BarCode should come on a single page. I used the Free 3 of 9 font to display the BarCode into the radgridview but now I do not know how to print that BarCode on a separate page as well as in a described above.

RadGridView, I am generating using Free 3 of 9

enter image description here

Now I want to print this in the following format

enter image description here

Either I have to remove the borders of the radgridview and display it in such a way that the column 1 should be on the top of column 2 and these both exists on the same page , For next row I have to use the other page.

Or else I have to do something else.

도움이 되었습니까?

해결책

Use Code39, its perfect solution to your problem

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top