 |
BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7  | This is the forum to discuss the Wrox book Professional SQL ServerReporting Services by Paul Turley, Todd Bryant, James Counihan, George McKee, Dave DuVarney; ISBN: 9780764568787 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

August 11th, 2004, 05:51 PM
|
|
Authorized User
|
|
Join Date: Jul 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
why images are not showing up in my report?
My report looks great when I run it in my development environment. when I deploy it to the product server, all images are gone, even the chart, only data show up... Would someone give me a hint on what is happening here? Thanks.
|
|

August 11th, 2004, 06:14 PM
|
|
Authorized User
|
|
Join Date: Jul 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
More on this issue:
when I use http://<servername>/reports to view the report, the images did not show up, but if I use the http://<servername>/reportserver to view the report, the images show up...
|
|

August 13th, 2004, 02:35 AM
|
|
Registered User
|
|
Join Date: Aug 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Have you found a solution to your problem yet?
I have something similar.
When I get a report with the Render method via the web service, on my dev machine, all works fine, but on the production system, no charts show up.
There is a graphic placeholder on the page though.
I took a look at the URL of the graphic, and it tries to load from localhost, which is obviously incorrect, but how do I get it to reference the production report server URL?
Thanx much!
|
|

August 13th, 2004, 03:20 PM
|
|
Authorized User
|
|
Join Date: Jul 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
My images are"embeding". I don't have the problem any more. Sounds like the path you gave is not right. I found the microsoft's user group is very helpful. did you look at it?
|
|

August 16th, 2004, 01:02 AM
|
|
Registered User
|
|
Join Date: Aug 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
How do you embed an image?
No, haven't tried the microsoft user group. Where do I get that?
Thanx much.
Jacques
|
|

November 15th, 2005, 10:22 PM
|
|
Authorized User
|
|
Join Date: Jun 2005
Posts: 97
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
yeah, how do we get through that User group?
Aldwin Enriquez
"Dont you ever give up!"
|
|

November 29th, 2005, 04:15 AM
|
|
Wrox Author
|
|
Join Date: May 2004
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
There are a few factors to consider. There are four options for including images in reports. Use embedded images rather than links. Make sure the report name and folders names don't contain any punctuation. IE has to use the entire URL when requesting the image streams and funny paths can cause problems.
This is a common problem when using programmatic rendering. Don't do this if you don't need to. If so, you may need to save the images to files on the web server and set the <DeviceInfo><StreamRoot> XML fragment to point to this folder. There will be sample code in the downloads for the 2005 book.
Paul Turley, MCSD, MCDBA, MCT, MSF Practitioner
|
|
 |