|
-
July 21st, 2010, 08:07 AM
#1
Display barcode as image within Crystal Report
Hi friends,
I'm having some problem in loading a dynamically generated barcode which is in image format in to a crystal report picture object. I have generated a System.Drawing.Image object with in the Business Logic which I want to display in a picture object within the report.
Since, I dont have much exposure to crystal reports, I'm finding it hard to find a solution for this problem. Please help me guys.
I'm working in VS 2005 and Crystal Report XI Release 2.
Thanks
Dinesh
-
June 22nd, 2014, 10:24 PM
#2
Re: Display barcode as image within Crystal Report
if you are looking for solution to display barcode image in crystal reports, you may want to check these tutorials on display barcode in crsytalreports vb.net.
or you can search the internet and find more guides. good luck
-
December 22nd, 2014, 03:32 AM
#3
Re: Display barcode as image within Crystal Report
 Originally Posted by marylan
if you are looking for solution to display barcode image in crystal reports, you may want to check these tutorials on display barcode in crsytalreports vb.net.
or you can search the internet and find more guides. good luck
I am going to do my work with barcode in Crystal Reports for Web Forms Project,but i am not familiar with Web Forms.Do you have any good suggestions?
-
December 22nd, 2014, 01:59 PM
#4
Re: Display barcode as image within Crystal Report
If possible, i suggest you do not store images of barcodes as images take up a lot of space and bandwidth. Instead, use the free Code 3 of 9 barcode font, and simply store the data you wish to display as a barcode (address, partnumber, etc.). Then retrieve the data from your DB and display it as a barcode by formating the field in CR with the CODE 3 of 9 barcode font.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|