Print Page | Close Window

Display a picture in a report

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Writing Code
Forum Discription: .NET programming API, report integration
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=1373
Printed Date: 03 May 2025 at 12:10am


Topic: Display a picture in a report
Posted By: steve_rm
Subject: Display a picture in a report
Date Posted: 24 Sep 2007 at 7:38pm
Hello,

VS 2005 & SQL 2005

I have a database field called signature and is an image datatype (binary data).

I am trying to display that signature in a crystal reports.

The signature has been displayed properly in the database as I can display the signature into a picture box using a memory stream. So I know the picture is there.

I am using typed datasets.

In CR i have dragged the signature field on to the crystal report and when i hover the mouse over it comes up with BLOB field.

However, when I run crystal reports it doesn't nothing in that field.

Is something more I have to do to display a picture in crystal reports?

Many thanks,

Steve



Replies:
Posted By: hilfy
Date Posted: 27 Sep 2007 at 2:45pm
What format is the picture in when stored in an image field?  In Oracle, they get stored in just a plain BLOB field, but I've found that I can't display .GIF images from there, but JPeg images will work.
 
-Dell


-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics


Posted By: steve_rm
Date Posted: 28 Sep 2007 at 9:54am
Problem resolved.
 
Something stupid. I forgot to put the report in the application.start folder.
 
Steve



Print Page | Close Window