Wrox Programmer Forums
|
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
 
Old August 11th, 2004, 05:51 PM
Authorized User
 
Join Date: Jul 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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.

 
Old August 11th, 2004, 06:14 PM
Authorized User
 
Join Date: Jul 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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...

 
Old August 13th, 2004, 02:35 AM
Registered User
 
Join Date: Aug 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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!

 
Old August 13th, 2004, 03:20 PM
Authorized User
 
Join Date: Jul 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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?

 
Old August 16th, 2004, 01:02 AM
Registered User
 
Join Date: Aug 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

How do you embed an image?
No, haven't tried the microsoft user group. Where do I get that?

Thanx much.
Jacques

 
Old November 15th, 2005, 10:22 PM
Authorized User
 
Join Date: Jun 2005
Posts: 97
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to aldwinenriquez
Default

yeah, how do we get through that User group?

Aldwin Enriquez
"Dont you ever give up!"
 
Old November 29th, 2005, 04:15 AM
Wrox Author
 
Join Date: May 2004
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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





Similar Threads
Thread Thread Starter Forum Replies Last Post
images not showing in IE Adam H-W CSS Cascading Style Sheets 3 March 20th, 2008 07:02 AM
Showing images in checkboxlist, pls help kian ASP.NET 1.0 and 1.1 Basics 4 July 4th, 2007 06:46 AM
showing images from database umair_rathore Classic ASP Databases 1 April 23rd, 2005 04:46 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.