Hello , I'm trying to print on a lable with double side Right/Left for example : Print first Item on right side and the secound item on Left side
I have attached the Lable Image
Thanks a lot .
1 Answer, 1 is accepted
0
Todor
Telerik team
answered on 13 Sep 2023, 10:51 AM
Hi Islam,
The Telerik Reporting functionality for printing reports with desktop viewers relies entirely on the System.Drawing.Printing namespace.
When it comes to Web Viewers, they use PDF rendering and rely on the browser PDF extension for the printing functionality.
That being said, we don't offer the possibility of printing in the desired manner.
As a limited workaround, you may export the labels as images and include two or more of them in PictureBoxes in a new report so that you may print more labels on a single page.