Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i have generated barcode images in asp vb , how to send this images to crystal report for printing in vs2008
Posted
Updated 1-Feb-14 23:14pm
v2

If you are setting up a DataSet for your report, then you should embed those barcode images into the data set and then use a BLOB object to bind the barcode image field to it through code. Step by step sample is here. just replace the barcode gen code by yours
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900