I am hosting SQL reports on a SQL reporting server. Currently I have my page set up to scroll through different reports using the webbrowser tool. Problem is the reports don’t scale at all so the reports either have extra white around them or scroll bars. I was thinking that it would be much easier to work with these reports if I could somehow go to there webpage and simply grab a snapshot of the page. Images scale wonderfully in WPF.
Anyone have any idea how to do this?
I ended up figuring it out
I used URL access parameters to have the report server and browser render it as a PNG, then I just used an image and that link in my WPF