I've a reporting services server which has already some running reports, and I need now to generate them through a custom website(running asp.net MVC3).
I need to retrieve this report as stream/byte to send it to the user. No "report viewer" or so.
Last time I used reporting services was with sql 2005, and We should ad as reference an obscure asmx file.
What's about now, with sql server reporting 2008 R2, .Net4 and visual studio 2010? I can't find a tutorial explaining the whole thing.
(in fact I can't find a tutorial where there is no report viewer for sql 2008 r2)
See Question&Answers more detail:os