Evil Dev's Blog

Plots, Schemes, and Plans to take over the Devleoper world.... Mu hahahaha


News

For all those who are interested, the .NET User Group Meetings here in Winnipeg are starting up again next Thursday, check out Winnipeg's .Net user group Home Page for details.

My Stats

  • Posts - 14
  • Comments - 13
  • Trackbacks - 0

Recent Comments


Recent Posts


Article Categories


Archives


Post Categories


Blogs I Like


Cool Sites


 

Well, today I spent most of the day, trying to find an alternative way to render an SSRS Report to the page, other than the report viewer control. Based on a comment on my last post on this, I decieded to dig into the ServerReport.Render function. Well, this sounded/looked promising, and I was quickly able to write a neat little wrapper object, exposing the various formats as properties. I then proceeded to create a special IRequestManager for reports, and some other stuff to nicely integrate it...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

 

So, today I was working with the ASP.NET Report Viewer Control. If you don't know what that is, it's an ASP.NET control that comes with .NET, and what it does is allows you to display a SSRS Report on your website. True to ASP.NET, it seems very simple at first, drag, drop, set parameters... and then of course, there's the fallbacks on the things it cannot do. A major thing to me, when I'm developing a website, especially recently, is performance. I hate going to a website, and waiting more than...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati