When a build a report in vs.net and click the preview tab, the images show up correctly on the report output. But after I deploy the report to the reportserver and view the report, the images do no show up. Just the outline where the images should be. Do
you have any suggestions as to why the images are not showing up? Thanks.
Joe S.
If this is in a web browser, and you right-click the image and hit
properties, what is the URL that is given? Have you deployed the images to
that location?
http://www.aspfaq.com/
(Reverse address to reply.)
"Joe S." <JoeS@.discussions.microsoft.com> wrote in message
news:3BD15438-CF3F-414B-A743-BC75F106EAF4@.microsoft.com...
> When a build a report in vs.net and click the preview tab, the images show
up correctly on the report output. But after I deploy the report to the
reportserver and view the report, the images do no show up. Just the outline
where the images should be. Do you have any suggestions as to why the images
are not showing up? Thanks.
> --
> Joe S.
Showing posts with label tab. Show all posts
Showing posts with label tab. Show all posts
Friday, March 23, 2012
Image not showing Up
When a build a report in vs.net and click the preview tab, the images show u
p correctly on the report output. But after I deploy the report to the repor
tserver and view the report, the images do no show up. Just the outline wher
e the images should be. Do
you have any suggestions as to why the images are not showing up? Thanks.
--
Joe S.If this is in a web browser, and you right-click the image and hit
properties, what is the URL that is given? Have you deployed the images to
that location?
http://www.aspfaq.com/
(Reverse address to reply.)
"Joe S." <JoeS@.discussions.microsoft.com> wrote in message
news:3BD15438-CF3F-414B-A743-BC75F106EAF4@.microsoft.com...
> When a build a report in vs.net and click the preview tab, the images show
up correctly on the report output. But after I deploy the report to the
reportserver and view the report, the images do no show up. Just the outline
where the images should be. Do you have any suggestions as to why the images
are not showing up? Thanks.
> --
> Joe S.
p correctly on the report output. But after I deploy the report to the repor
tserver and view the report, the images do no show up. Just the outline wher
e the images should be. Do
you have any suggestions as to why the images are not showing up? Thanks.
--
Joe S.If this is in a web browser, and you right-click the image and hit
properties, what is the URL that is given? Have you deployed the images to
that location?
http://www.aspfaq.com/
(Reverse address to reply.)
"Joe S." <JoeS@.discussions.microsoft.com> wrote in message
news:3BD15438-CF3F-414B-A743-BC75F106EAF4@.microsoft.com...
> When a build a report in vs.net and click the preview tab, the images show
up correctly on the report output. But after I deploy the report to the
reportserver and view the report, the images do no show up. Just the outline
where the images should be. Do you have any suggestions as to why the images
are not showing up? Thanks.
> --
> Joe S.
Monday, March 19, 2012
Image and Table Layout
In the Layout tab, I've placed a jpg image behind a table. In other words,
the table lays on top of the image. In the Preview tab, I can see the image
behind the table, which is exactly what I want.
When I build and deploy, then look at the report in IE, I see the image with
the table pushed down the page. The overlap between the table and image is
gone, even though it's still overlayed in the preview tab. Any ideas on what
to set so that the table stays overlayed on top of the image when I looking
at the deployed report?
Thanks,
--
RandyTry inserting a rectangle object on to your report, making your jpg the
background image for this rectangle and then place your table in the
rectangle.
HTH,
Magendo_man
"randy1200" wrote:
> In the Layout tab, I've placed a jpg image behind a table. In other words,
> the table lays on top of the image. In the Preview tab, I can see the image
> behind the table, which is exactly what I want.
> When I build and deploy, then look at the report in IE, I see the image with
> the table pushed down the page. The overlap between the table and image is
> gone, even though it's still overlayed in the preview tab. Any ideas on what
> to set so that the table stays overlayed on top of the image when I looking
> at the deployed report?
> Thanks,
> --
> Randy|||Thanks for Magendo's input.
Hi Randy,
As Magendo has mentioned, you can drag a Rectangle on the report first, set
the rectangle's backgroundImage as the image you want to display as
background. Then put your Table over that rectangle. BTW, the Table
reportItem itself also support backgrounimage setting and it can display
the image behind the table content (when we set backgroundcolor as
Transparent-- the default setting). Does this also a possible solution for
your scenario?
Please feel free to post here if there is any further questions.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial
response from the community or a Microsoft Support Engineer within 1
business day is
acceptable. Please note that each follow up response may take approximately
2 business days
as the support professional working with you may need further investigation
to reach the
most efficient resolution. The offering is not appropriate for situations
that require
urgent, real-time or phone-based interactions or complex project analysis
and dump analysis
issues. Issues of this nature are best handled working with a dedicated
Microsoft Support
Engineer by contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
the table lays on top of the image. In the Preview tab, I can see the image
behind the table, which is exactly what I want.
When I build and deploy, then look at the report in IE, I see the image with
the table pushed down the page. The overlap between the table and image is
gone, even though it's still overlayed in the preview tab. Any ideas on what
to set so that the table stays overlayed on top of the image when I looking
at the deployed report?
Thanks,
--
RandyTry inserting a rectangle object on to your report, making your jpg the
background image for this rectangle and then place your table in the
rectangle.
HTH,
Magendo_man
"randy1200" wrote:
> In the Layout tab, I've placed a jpg image behind a table. In other words,
> the table lays on top of the image. In the Preview tab, I can see the image
> behind the table, which is exactly what I want.
> When I build and deploy, then look at the report in IE, I see the image with
> the table pushed down the page. The overlap between the table and image is
> gone, even though it's still overlayed in the preview tab. Any ideas on what
> to set so that the table stays overlayed on top of the image when I looking
> at the deployed report?
> Thanks,
> --
> Randy|||Thanks for Magendo's input.
Hi Randy,
As Magendo has mentioned, you can drag a Rectangle on the report first, set
the rectangle's backgroundImage as the image you want to display as
background. Then put your Table over that rectangle. BTW, the Table
reportItem itself also support backgrounimage setting and it can display
the image behind the table content (when we set backgroundcolor as
Transparent-- the default setting). Does this also a possible solution for
your scenario?
Please feel free to post here if there is any further questions.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial
response from the community or a Microsoft Support Engineer within 1
business day is
acceptable. Please note that each follow up response may take approximately
2 business days
as the support professional working with you may need further investigation
to reach the
most efficient resolution. The offering is not appropriate for situations
that require
urgent, real-time or phone-based interactions or complex project analysis
and dump analysis
issues. Issues of this nature are best handled working with a dedicated
Microsoft Support
Engineer by contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Subscribe to:
Posts (Atom)