Stimulsoft timeout 設定
dt = DataTable
StiReport _report = StiWebReport1.GetReport();
Stimulsoft.Report.Dictionary.StiSqlSource source = _report.Dictionary.DataSources["dt"] as Stimulsoft.Report.Dictionary.StiSqlSource;
source.CommandTimeout = 5000000;
設定時間
製表時間 : { Format("{0:yyyy-MM-dd hh:mm}", DateTime.Now )}