سلام
یه سوال دارم امکان تنظیم کانکشن استرینک در سمت سرور برای گزارش وجود داره یا خیر؟
من از کد زیر استفاده کردم ولی خطا میده
Stimulsoft.Report.StiReport report = new Stimulsoft.Report.StiReport();
report = StiWebReport1.GetReport();
report.Dictionary.Clear();
string con = @"Initial Catalog=Mostanad;Integrated Security=False;Password=alvand;User ID=sa;Data Source=.;Persist Security Info=True";
report.Dictionary.Databases.Add(new Stimulsoft.Report.Dictionary.StiDatabase("mscon",c on);
report.Variables["vDateLetter"]=SiteFunctions.CurrentDateFarsi();
StiWebViewer1.Report = report;
report.Render();