how i can print label in c# with devexpress
i want to print label from number to another number like
for example -> from number 15 to number 35 with ( Number of count)
please how can i do it ?!!
how i can print label in c# with devexpress
i want to print label from number to another number like
for example -> from number 15 to number 35 with ( Number of count)
please how can i do it ?!!
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jayraj ChhayaPosted Mar 27, 2024, 9:14 AM
Hi,
To print labels in C# using DevExpress, you can utilize the DevExpress XtraReports suite for reporting functionality. Here's a simple example to achieve printing labels from number 15 to number 35 with a specified count:
Tuhin PaulPosted Mar 26, 2024, 11:36 AM
Naimish MakwanaPosted Mar 26, 2024, 4:56 AM
Sure, you can print labels from a specific number to another number using DevExpress in C#. Here’s a basic example of how you can do it:
This code will print numbers from 15 to 35 on the DevExpress label control1.
If you want to print these numbers on a physical printer, you can use the
PrintingSystemclass from DevExpress. Here’s a basic example:In this code, replace
PrintableComponentLinkwith the actual component you want to print1. Please note that this is a simplified example and you might need to adjust it according to your specific requirements1.Thanks