找不到方法:' Void Stimulsoft.Report.Dictionary.StiDictionary.Connect()'

时间:2016-10-05 13:57:58

标签: c# reporting-services windows-applications stimulsoft

我正在使用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()'

0 个答案:

没有答案