C# Windows appliacion
Hi , Am using C# Windows application and have to print barcode label ,i have 3 column in data grid( Pno ,ProName , Quantity ) values ( 11 , AAA , 20 ) and ( 12 , BBB , 24 ) and ( 13 , CCC , 27 )
when i click the print button three labels only take print , but i need when i click print button to print ( Pno 11- 20 qty and Pno12- 24 Qty and Pno13-27 Qty) how to print this type.