473,769 Members | 2,090 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Display BLOB in crystalreportvi ewer

I store images in my SQL 2005 database in a varbinary(max) field.
I want to display them in a Crystal Report. Within Crystal Reports,
when I put the field on the page and preview the report, it shows up.
Great.

But I wish to display it within a CrystalReportVi ewer control. When I
do this, it shows up as a broken image (with the red X)... Anyone know
anything?

The report was made using Crystal 10.
Feb 25 '08 #1
1 2260
Update: The image DOES display when I print from the
CrystalReportVi ewer. My only remaining problem is how to get it to
display on that CrystalReportVi ewer aspx page.
Feb 25 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1538
by: Michael | last post by:
Hello, Is there a way to display Crystal Report file without depending on the Win form with CrystalReportViewer control in it, such as evoke the Crystal Report engine directly or something like that? I am trying to find way to avoid creating Form for each report(out of a couple of hundreds reports). What is the best practice of solving this? Has someone done this
2
2042
by: asterix | last post by:
hello, I am retrieving the blob field with de following code: ---------- rs = st.executeQuery(sql); if (rs.next()){ foto = rs.getBlob(1); length = (int)foto.length(); InputStream in = foto.getBinaryStream();
1
2151
by: Jordan | last post by:
Hi, I've declared the statement below in my form and somehow crystalReportViewer1 is always null. Is there anything wrong with the statement? private CrystalDecisions.Windows.Forms.CrystalReportViewer crystalReportViewer1; Thanks.
2
4511
by: Olav Tollefsen | last post by:
How can I display photo images stored in a SQL Server 2000 databases in a DataList or DataGrid without having to write the images to files first? Olav
3
16648
by: Reza Nabi | last post by:
Hello I created a very simple page just to load a crystal report which was working just great Code started throwing the following exception, after I installed crystal report 9 advanced edition ---------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your...
1
7452
by: Bob | last post by:
I'm asking here because I've posted this question in the crystal newsgroup, waited two weeks, and got zero response. I would be very appreciative if someone could shed some light on this problem for me. I'm using the CrystalDecisions.Windows.Forms.CrystalReportViewer available in CrystalDecisions.Windows.Forms.dll, version 9.2.3300.0. Why does the crystal report viewer refuse to reload its data when the RefreshReport method is called...
3
4920
by: roopsd | last post by:
I am using VS.NET 2003 with crystal reports XI release 2. I get a runtime error at the following line: oRptForm.crystalReportViewer.ReportSource = oReport An unhandled exception of type 'System.ExecutionEngineException' occurred in mscorlib.dll If I put the following statement inside a try catch block, it gives me
0
1340
by: roopsd | last post by:
Hi Thank you for yuour help. I am using VS.NET 2003 with Crystal XI r2. I am getting NullReferenceException at the following line in my code. oRptForm.crystalReportViewer.ReportSource = oReport I did bind the oDataset with a datagrid to make sure it has data and it does show 2 tables with data.
0
1114
by: gsauns | last post by:
I have a CrystalReportViewer control on an aspx page, 2.0 framework. The report itself displays correctly, but all the images on buttons (Print, Export, record navigation, etc) are not visible - they are x'ed out... Does anyone know why this is? Am I missing a DLL? Here's my declaration: <CR:CrystalReportViewer ID="crvRpt" runat="server" AutoDataBind="true" DisplayToolbar="True" DisplayGroupTree="false" />
0
9579
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9422
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9857
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8867
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6662
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5444
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3952
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3558
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2812
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.