reporting - Crystal Reports vs ReportViewer Pros/Cons? -


we have been designing our reports around crystal reports in vs2008 our web application , discovered microsoft provided reportviewer control. i've searched around bit cannot find breakdown of pros , cons of each method of producing reports.

i'm looking pros , cons regarding:

  • ease of development
  • ease of deployment
  • ability export data
  • ease of support , finding on web

well, can answer 1 side. have used reportviewer aka client side reporting. cna tell easy use, easy deploy, easy develop. if can create sql reporting services reports can create these. can take kind of datasource have full control.

here excellent book on client side reporting:http://www.apress.com/book/view/9781590598542

you can export using pdf , excel built in, can add own export handling also. can use in winfporms, asp.net, in own services, can can imagie them.

for crystal, dont know enough them, sorry.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -