Print Page | Close Window

Picture From Database?

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=4834
Printed Date: 05 May 2025 at 3:38am


Topic: Picture From Database?
Posted By: Kanesh
Subject: Picture From Database?
Date Posted: 19 Nov 2008 at 4:06am
Hi,
 
How can i show pictures from database in CrystalReports?? im using visual studio 2005 and sqlserver 2005.
 
Thanks.



Replies:
Posted By: hilfy
Date Posted: 21 Nov 2008 at 1:38pm
A lot of it depends on the format of the image.  I've had success with .jpg images but not with anything else.  We use Oracle and work from regular blob fields, but you may have to use the Image field type in SQL Server to get it to work.  Basically, you drag the field onto the report and Crystal knows it's an image so it uses an image object.
 
-Dell


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



Print Page | Close Window