Hi Guys,
Still struggling with Crystal Reports.
I am using VS2017 and Crystal Reports 13.0.24 (latest version)
I have no problem with creating reports and applying data to them etc. The issue is with the Crystal Reports Viewer – whatever I try I am unable to attach (or indeed reference) the crviewer. I know everything is installed correctly as I can open a new VS project and as I would expect the crviewer is available in the toolbox.
Unless I can attach the Crystal Reports viewer to a form then there is no way to display the report
Any help would be appreciated
Crystal has a Web Viewer – Used it extensively with Visual Web Gui,
What we use to do is store an object in the session with all the parameters we needed to pass to the report. Then, in an ASP box – we loaded a ASPX page that read the session object, assigned the parameters to the Crystal Report Object -and presto – displays in the ASPX box, or launches as a separate page – however you want to handle it.
You can create a pdf and show it using the PdfViewer control. I don’t know if Crystal Reports has a web viewer.
Please login first to submit.