'How to print in a Roll 3 label at once in crystal reoprt

I want to print barcode labels in crystal report with 30MM x 16MM Label size paper roll, below picture enter image description here

I'm using a printer model BIXOLON XD3-40t it is Thermal transfer Barcode printer, I have designed barcode label in crystal report, crystal report page setup I have defined below,

enter image description here

after I have set crystal report "Section Expert" and suppressed all the headers and footers and Check “Format with Multiple Columns”. and setup the Layout and specified Width , Horizontal & Vertical Gap and than select “Accross then Down” also below,

enter image description here

Printer preferences I have defined below,

enter image description here

The problem after done everything label printing only print middle sticker only it won't print both sides other two stickers.

printer preview only show one designed label and 3 page count separately below,

enter image description here

Once it prints it's coming like below,

enter image description here

I needs to display records in multiple columns (3 columns per row in a sticker paper roll).



Solution 1:[1]

you should use the sdk of the printer and just send the command to print each text or codebar.

Solution 2:[2]

You could try Element.scroll(). It scrolls to cords on your webpage, for example, if you wanted to observe the current scrolling cords and act on them.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Hernan
Solution 2 Hermanboxcar