использую в коде конструкцию вида:
Код: Выделить всё
report.Dictionary.Databases.Add(new StiSqlDatabase("Connection", сonnectionString));
Спасибо.
Код: Выделить всё
report.Dictionary.Databases.Add(new StiSqlDatabase("Connection", сonnectionString));
Код: Выделить всё
StiSqlSource("Connection", "Table", "Table", "Select * from Table", true, false, 60);
Код: Выделить всё
foreach (StiSqlSource source in report.Dictionary.DataSources)
{
source.CommandTimeout = 0;
}