//嗨,每一个我是在stimullsoft的初学者这是我的代码改变连接字符串//在运行时的stimullsoft 2012但它不返回任何东西请帮帮我
rpt_nogoresd_bij.Dictionary.Databases.Clear();
rpt_nogoresd_bij.Dictionary.Databases.Add(new Stimulsoft.Report.Dictionary.StiSqlDatabase("mashaghel", str_connect ));
rpt_nogoresd_bij.Dictionary.Variables["date"].Value = txt_date.Text;
rpt_nogoresd_bij.Dictionary.Variables["azhozeh"].Value = "220111";
rpt_nogoresd_bij.Dictionary.Variables["tahozeh"].Value = "220623";
rpt_nogoresd_bij.Dictionary.Variables["sal"].Value = "1391";
rpt_nogoresd_bij.Show();
答案 0 :(得分:0)
请声明变量类型,例如:int - char and ...
并且您尚未保存报告模板。
添加rpt_nogoresd_bij.Save()
方法。