Crystal Reports isn't display on Reporting using Visual Studio 2015

1.1k views Asked by At

I use VS2015 for my project and I want to display report using SAP Crystal Reports, I already installed this http://scn.sap.com/docs/DOC-7824. What's wrong or needed to update to display Crystal report.rpt in reporting. Thanks to all answers.

enter image description here

1

There are 1 answers

0
Peter Ksenak On
  1. create new winform or wpf project
  2. right click on the toolbox items, from context menu select choose items
  3. in .NET components list, check CrystalReportViewer, click OK
  4. now you have Crystal report viewer in your toolbox
  5. insert that component to Winform or WPF