Crysaltal Report
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I made a simple report CrystalReport1.rpt which was added to my project Now I want to use this report in my project: CrystalReport1 = new CrystalReport1(); But I get this compile-error: The type or namespace name 'CrystalReport1' could not be found (are you missing a using directive or an assembly reference?) What is wrong?
-
I made a simple report CrystalReport1.rpt which was added to my project Now I want to use this report in my project: CrystalReport1 = new CrystalReport1(); But I get this compile-error: The type or namespace name 'CrystalReport1' could not be found (are you missing a using directive or an assembly reference?) What is wrong?