我正在使用C#.net开发Windows应用程序而且我想使用stimulSoft从表中报告。所以我使用了stimulsoft Report Viewer和这段代码:
$("li a").hover(
function () {
$(this).addClass("show").parent().next().addClass("show2");
},
function () {
$(this).addClass("show").parent().next().addClass("show2").removeClass("show2");
}
);
但是我收到了这个错误:
未找到方法:'无效 Stimulsoft.Report.Dictionary.StiDictionary.Connect()'