I'm new to DOTNETNUKE and facing little problem when adding a crystal report to a module. I'm using VS 2008 Crystal Reports extension. I created a module to display a crystal report, but in the code behind of the user control the Crystal Report class is not visible
CrystalReport2 rpt=new CrystalReport2()
rpt.SetDataSource(dt)
CrystalReportViewer1.ReportSource = objRpt
CrystalReport2 is not identified. But CrystalReportViewer1 is displaying the report format correctly in the design mode. How do I create crystal report object? Please Help,
Thank you,
kushira.