This is a migrated thread and some comments may be shown as answers.

SqlDataSource timeouts

2 Answers 202 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Stoick
Top achievements
Rank 2
Stoick asked on 21 Jul 2010, 05:32 PM
In the Q2 2010 (v4.1.10.714) you have listed...Fixed: SqlDataSource timeouts when working with large data

What Does this mean? Has the timeout for the select command been added?

Thanks

2 Answers, 1 is accepted

Sort by
0
Stoick
Top achievements
Rank 2
answered on 23 Jul 2010, 09:25 PM

This was the step I was missing, just create a connection to your DB, retrive the data, and set DataSource to the data.

 

 

 

TryCast(sender, Telerik.Reporting.Processing.Report).DataSource = dataSet

 

 

 

http://www.telerik.com/help/reporting/using-report-events.html

 

 

 

 

 

 

 

0
Peter
Telerik team
answered on 26 Jul 2010, 05:46 PM
Hi Stoick,

We didn't add a timeout property, instead we have set it to integer's max value to avoid the select command timeout.

Kind regards,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Stoick
Top achievements
Rank 2
Answers by
Stoick
Top achievements
Rank 2
Peter
Telerik team
Share this question
or