Using Visual Basic 2010 and Crystal Reports for .Net Framework 4.0
I'm using CrystalReportViewer to display a report from within a web page. Some of the reports are pretty heavy and I keep getting SQL Server timeout errors. I've tried lightening them up, but keep getting the error after about 30 seconds. Curiously the report will load within Crystal XI in about 15 seconds.
I can't figure out how to increase the timeout for the report. I've Googled, but can only find examples in C# so I'm not sure if it's what I need or not. You'd think there would be a timeout setting in the ConnectionInfo object, but it ain't there.
Help!
TIA