SQL Server Reporting Services (SSRS) are competitors to Crystal Reports. This is a way to define reports, like Crystal Reports, and a mechanism to run these reports.
SSRS itself is the website that hosts these reports and can serve their users via the web interface or schedule their delivery by email.
As a programmer, I prefer SSRS over Crystal, because of many others, in that it is more stable and uses an XML-based report file format, unlike the old old Crystal binary format. This means that some design tasks can be accomplished simply by editing XML, if it comes down to it.
Dave markle
source share