我安装了 StimulSoft2009 并做了:
- 添加了 stimulreport 的 .dll 文件
在标题中插入此代码:
使用 Stimulsoft.Report;
在 Button_Click 事件中添加以下代码:
StiReport 报告 = 新 StiReport();
报告.设计();
但是面对这个错误:
Error 17 The type or namespace name 'StiReport' could not be found (are you missing a using directive or an assembly reference?) C:\Users\funfullson\documents\visual studio 2010\Projects\cSharpTest\cSharpTest\Form1.cs 23 13 cSharpTest
问题是什么?