0

I have a vs 2012 professional I need to create a report that is why I installed crystal report. I download the crystal report (CRRuntime_64bit_13_0_5) installer and installed it to my computer but unfortunately nothing happen.

Ramppy Dumppy
  • 2,667
  • 7
  • 27
  • 37

2 Answers2

0

Runtime will allow you to view reports but not to create new. You need to install this one: http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_8.exe

Lan
  • 1,335
  • 1
  • 9
  • 14
0

If your using SQL Server then you may use SQL Server Reporting Services. Here is a Video Tutorial for you to get started. And here is Getting Started blog post for you.

Usman Farooq
  • 161
  • 1
  • 7
  • I don't think I can consume the report from the SQL Reporting service to my Winforms application.. – Ramppy Dumppy Jan 22 '14 at 14:30
  • **You can**..... [Viewing SSRS Reports from a Windows Forms Application](http://www.resultdata.com/viewing-ssrs-reports-from-a-windows-forms-application/) [How to display a Reporting Services Report in a Winform application](http://geekswithblogs.net/Patware/archive/2009/03/13/130070.aspx) [Does Reporting Services embedded in WinForm need SQL Server?](http://stackoverflow.com/questions/1308254/does-reporting-services-embedded-in-winform-need-sql-server) – Usman Farooq Jan 22 '14 at 18:08