473,385 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Can Crystal Report show dynamic picture?

Sam
Hello everyone,
I have a table, which contains a picture column, I put URL info into it.
"www.myweb.com/1.jpg..."
I want to show this picture in my crystal report, I find
some samples show the "static" picture in Crystal report,
No "Dynamic" one.
Can Crystal Report do that?

Thanks in advance.
Sam
Jul 21 '05 #1
2 13404
On Tue, 23 Sep 2003 10:34:27 -0500, "Sam" <Sa*@directron.com> wrote:
I want to show this picture in my crystal report, I find
some samples show the "static" picture in Crystal report,
No "Dynamic" one.
Can Crystal Report do that?


What I have done for this - to add dynamic "custom" charts into
Crystal Reports - is create a typed dataset with an image column which
is *not* bound to a database, then (in the Designer) put this column
where I need it on the report. NB: Getting the size/scale of the image
right is a bit fiddly, but this seems like a general fiddly thing with
Crystal, rather than anything particularly because the images might be
dynamic.

In my code driving the report (in the codebehind page of the web page
containing the viewer), I construct the in-memory dataset, build the
image in memory - or in your case you would load it into memory from
wherever the physical chart is - put the image into a single row added
to the dataset, pass the dataset to Crystal, then it displays just
fine. Works with sub-reports too,just the same if you want several
dynamic images or charts on the same report.

It sounds like more work than it actually is ;-)

Hope this helps,

ted.h.

p.s. This is with CR.Net included in VS.Net 2002. I assume it will
work similarly in VS.Net 2003 if that is what you have.

--
Ted Harper [Fissile Software Pty Ltd] (Sydney, Australia)
Email: te********@yahoo.com
Phone: +61-418-442-342
Fax: +61-2-9686-4192
Jul 21 '05 #2
Dear Sam,

use a typed DataSet, put the graphic in the DataSet and use the DataSet as
DataSource for the Crystal Report.(Thats dynamic pur!)

With greeting

Thomas Wenning

"Sam" <Sa*@directron.com> schrieb im Newsbeitrag
news:uA**************@TK2MSFTNGP11.phx.gbl...
Hello everyone,
I have a table, which contains a picture column, I put URL info into it.
"www.myweb.com/1.jpg..."
I want to show this picture in my crystal report, I find
some samples show the "static" picture in Crystal report,
No "Dynamic" one.
Can Crystal Report do that?

Thanks in advance.
Sam

Jul 21 '05 #3

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

Similar topics

0
by: Sandra Lambrechts | last post by:
We are using Crystal Report .Net to create our reports. We have inserted a picture on the Crystal Report, but when we export the report to a pdf-file to print the report, the quallity of our...
1
by: Stephan | last post by:
Hi, I'm using Visual Studio 2003 (C#) with the integrated Crystal Report software and have the following question: How can I assign a value (string) to an unbound (string) field in Crystal...
1
by: Pablo | last post by:
Friends! I have to load an image in a Crystal, but its path must be passed as a parameter or sth like that so as to allow to show a picture dinamically. Example: i have a table 'Personnel', each...
0
by: Dr. Indera | last post by:
hello, i previously posted the questions below on several crystal reports newsgroups, including the one for the company that makes crystal reports, but never got an answer, so i'm hoping that...
1
by: Ron Holmes | last post by:
I posted this question on the Crystal Reports Support site and I am still waiting for an answer. Using Crystal Reports 9.0 Developer Full edition: My Crystal report .RPT file has a Picture box...
0
by: Jason | last post by:
We are developing a VB.NET database application, using windows forms and Microsoft Access. The application requires dynamic reports, where the users change data on the forms, if a report is...
1
by: Sam | last post by:
Hello everyone, I have a table, which contains a picture column, I put URL info into it. "www.myweb.com/1.jpg..." I want to show this picture in my crystal report, I find some samples show the...
1
by: Amr Moselhy | last post by:
Hi Everyone i m trying to create a crystal report that contains a picture and this picture differs according to certain database information . the name of the picture to be included in the report...
0
by: Saaima | last post by:
Hi All when I store a picture of size 800*600 pixels in database (SqlServer) field Photo (Image) and load it into crystal report through query by dragging and dropping the field on report it...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.