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
Image is no loaded at client
Re: Image is no loaded at client
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.
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.