Image is no loaded at client

Stimulsoft Reports.WEB discussion
Post Reply
Chengkun
Posts: 5
Joined: Thu Nov 14, 2013 2:18 am

Image is no loaded at client

Post by Chengkun »

HI,
I am using MVC viewer in my application. I find that images are loaded at server side rather then client side. This bring us some trouble because of authentication.

For example, we have two sites, site A and site B. Site A is the application. Site B renders all the resources, including images. Both sites require authentication. We are using WS Federation authentication. Client has access to A and B.

In all our pages, this structure works fine, because images are rendered at client. but on the report page, images won't show. I think this is because the report viewer failed to get images from site B, but it is not authenticated.

Is there anyway I can make the images loaded at client? i.e. instead of rendering <img src="data...">, can it render image as <img src="http..">?

Thanks
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Image is no loaded at client

Post by HighAley »

Hello.

The report is rendered in the server side and the images are requested by report engine on server side.
It's impossible to render report without images.

Thank you.
Post Reply