Friday, June 20, 2014

0004 - Programmatically Running an SSRS Report Server Report in VB.Net (or other languages if you want to translate...)

This is just a solution to an interesting puzzle I recently encountered at work. Essentially had to combine 4 or 5 different solutions I found online as well as figuring out some of the eccentricities on my own. In the theme of this blog, I'm putting this here so that folks might be able to find the entire solution in one spot.

Note: you can change the code in step 6 to whichever language you're wanting to use. Also, you'll need to make sure you've imported everything you need (I think it's just System.SQL and System.Configuration, but there may be more...)



No comments:

Post a Comment