Дело в том что вот этот код:
Код: Выделить всё
report.Load(reportName);
((StiSqlDatabase)report.Dictionary.Databases[0]).ConnectionString = builder.ConnectionString;
Спасибо.
Код: Выделить всё
report.Load(reportName);
((StiSqlDatabase)report.Dictionary.Databases[0]).ConnectionString = builder.ConnectionString;
Код: Выделить всё
report = StiReport.GetReportFromAssembly(reportPath_dll);
((StiSqlDatabase)report.Dictionary.Databases[0]).ConnectionString = builder.ConnectionString;