I have a radgridview in which I am displaying my data. My radgridview columns have different fonts. One column is simple but the other has BarCode font. Now I want to print that radgridview But when I click on the Print it is not showing the Barcode format in the file its generating whether its a pdf format or xps. How can I do that?
SerialNumber | BarCode |
S121587 | IIIIIIIIIII |
S121588 | IIIIIIIIIII |
I am using Free 3 of 9 font to display in Barcode but now its not appearing in the PrintDocument.
Kindly help me out.
Thank You in advance