Referring to my question, at least can we reuse the report adapter class which we've used for Crystal Reports.
We're migrating to SSRS from Crystal Reports. Currently for Crystal Reports, we've DataAccess classes which have methods to call stored procedures. These DataAccess methods are being called inside the corresponding ReportAdapter class methods to fill the dataset table columns.
Can we use this route in SSRS? We're trying to reuse these classes and methods in SSRS instead of directly binding the data using stored procedures.
Any suggestions would be greatly appreciated.