SSRS vs Crystal Reports [closed]

此生再无相见时 提交于 2019-12-10 19:58:00

问题


Please, can anyone tell me what are the main differences between SSRS 2005 & Crystal Reports?


回答1:


the main differences are:

  1. SSRS is tabled-base design pattern but in CR you can place objects every where freely.
  2. Export to Excel in SSRS works better than CR, CR will disappoint you to use this future.
  3. CR have several options to manage your sections for example(underlying following section) is very useful but there is no such an option in SSRS, and many more options in CR for Page Managements.
  4. CR has Client Side Report Creation API(CRAXDDRT) which can let your customers modify and create new Reports.
  5. CR using Formula in C and basic and SSRS using Expressions.
  6. SSRS is very compatible with Sharepoint list and can Create reports based on Lists.
  7. Cross Tables in CR vs Matrix Reprts in SSRS.
  8. Both of them support OLAP Connections.



回答2:


The main diffrences are

  1. With ssrs ,editing reports that contain data is almost impossible.With CR is easy
  2. SSRS requires good knowledge of SQL.
  3. SSRS is designed to work only when you want view the reports online.It doesn't provide any tools for offline viewing.
  4. SSRS reports can only be exported to excel sheets and PDF's,while CR's can can be exported to word document, and even powerpoint presentations


来源:https://stackoverflow.com/questions/4814376/ssrs-vs-crystal-reports

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!