CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2007
    Location
    India
    Posts
    30

    Smile 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

  2. #2
    Join Date
    Jun 2014
    Posts
    1

    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

  3. #3
    Join Date
    Nov 2014
    Posts
    3

    Re: Display barcode as image within Crystal Report

    Quote Originally Posted by marylan View Post
    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?

  4. #4
    Join Date
    Aug 2007
    Posts
    180

    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
  •  





Click Here to Expand Forum to Full Width

Featured