2014-02-26 15 views
0

//嗨每一個我是初學者在stimullsoft這是我的代碼改變連接字符串//在stimullsoft 2012運行時間但它不退還任何東西請幫我「改變連接字符串在運行時間的dospers不工作stimulsoft」

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

請聲明你的變量類型,例如:INT - char和...... 和您沒有保存的報告模板。添加rpt_nogoresd_bij.Save()方法。

相關問題