I have a asp.net web project which now in need to migrate from crystal report to SSRS. We use VS2008 and oracle 10g and for connection I use ODAC. In report we populate dataset and give it to crystal report.
Now I need to migrate my report to SSRS. Is it possible to populate my report with dataset similar to crystal report? We use SSRS which comes with Sqlserver 2008. Any tutorial or code snip will be appreciable.
Moinul Hasan
Senior Software Engineer
Ennovia Technologies Limited
mamun22s
Member
538 Points
136 Posts
Is it possible to populate my report with dataset similar to crystal report?
Jul 23, 2012 01:29 PM|LINK
I have a asp.net web project which now in need to migrate from crystal report to SSRS. We use VS2008 and oracle 10g and for connection I use ODAC. In report we populate dataset and give it to crystal report.
Now I need to migrate my report to SSRS. Is it possible to populate my report with dataset similar to crystal report? We use SSRS which comes with Sqlserver 2008. Any tutorial or code snip will be appreciable.
Senior Software Engineer
Ennovia Technologies Limited
(Mark it as answer if it does help you!)
inquisitive_...
Contributor
3421 Points
575 Posts
Re: Is it possible to populate my report with dataset similar to crystal report?
Jul 26, 2012 06:57 PM|LINK
Yes you can, see here
http://msdn.microsoft.com/en-us/library/ms156288(v=sql.100).aspx
Walkthrough,Demo
http://channel9.msdn.com/Learn/Courses/SQL2008R2TrainingKit/ReportingServices2008/ReportingServicesDemo
while(1)