I am beginning a new project and, against my better judgement, we are using SSRS rather than Crystal Reports. I have never been impressed with SSRS but I have use it in a couple of situations where it was just easier to install and let users run reports from the server. But now I am developing an application with Visual Studio and I can't seem to find one critical piece of development information.
Can I build an SSRS report and call it without integrating it into my ASP.net project? With Crystal Reports, it is easy enough to build a report and either read the files in the directory or add the new CR to a database table and have it dynamically added to a menu or listbox then open it with the OpenReport command.
Can a RDL / RDLC file be executed the same way or does the project need to be recompiled every time a new report is added.
If there is some documentation I've missed, PLEASE point me there!
Thanks for the help!
Can I build an SSRS report and call it without integrating it into my ASP.net project? With Crystal Reports, it is easy enough to build a report and either read the files in the directory or add the new CR to a database table and have it dynamically added to a menu or listbox then open it with the OpenReport command.
Can a RDL / RDLC file be executed the same way or does the project need to be recompiled every time a new report is added.
If there is some documentation I've missed, PLEASE point me there!
Thanks for the help!