jasperjasper
Programmer
I have creatd the report in Crystal by doing a project add component...crystal report...
How can I run it inside the IDE? Thanks
How can I run it inside the IDE? Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim rptfilelist As New [Name of your CR object]()
Dim rptObject As CrystalDecisions.CrystalReports.Engine.ReportDocument = CType(rptfilelist, CrystalDecisions.CrystalReports.Engine.ReportDocument)
CrystalReportViewer1.ReportSource = ReportObject