SSRS Question
-
I'm fairly new to SSRS so.. Is it possible to display an SSRS report on a .Net WinForm? I'm switching from Crystal Reports and I would like it to work the same way. I know that SSRS produces a report file. What I'm looking for is a report viewer control or something like that.
Everything makes sense in someone's mind
-
I'm fairly new to SSRS so.. Is it possible to display an SSRS report on a .Net WinForm? I'm switching from Crystal Reports and I would like it to work the same way. I know that SSRS produces a report file. What I'm looking for is a report viewer control or something like that.
Everything makes sense in someone's mind
Yes it is. The mechanism is a bit different but the result is quite the same. Go through this article http://msdn.microsoft.com/en-us/library/aa964126(v=sql.90).aspx[^]. And the control you're looking for is explained in here: http://msdn.microsoft.com/en-us/library/ms251671(v=VS.100).aspx[^]
The need to optimize rises from a bad design.My articles[^]
-
Yes it is. The mechanism is a bit different but the result is quite the same. Go through this article http://msdn.microsoft.com/en-us/library/aa964126(v=sql.90).aspx[^]. And the control you're looking for is explained in here: http://msdn.microsoft.com/en-us/library/ms251671(v=VS.100).aspx[^]
The need to optimize rises from a bad design.My articles[^]
Excellent, thank you
Everything makes sense in someone's mind
-
Excellent, thank you
Everything makes sense in someone's mind