i have problem when i assign rptdoc.setdatasource (mydataset) it shows errror like "function evaluation timed out" .that dataset contains record but why this errror showed me any one can help me .
Please click "Mark as Answer" if you think this post answer your question
I implemented the same but never found an error like this.
I found this:
The most likely cause of this problem is an implicit evaluation of a property or ToString method which causes an issue with the CLR evaluation thread. To verify this turn off implicit evaluation.
Tools -> Options
Debugging
Uncheck "Enable property evaluation and other implicit function calls"
Member
189 Points
185 Posts
function evaluation timed out
Mar 30, 2012 03:10 AM|Madha Dhanasekar|LINK
Hi All
i have problem when i assign rptdoc.setdatasource (mydataset) it shows errror like "function evaluation timed out" .that dataset contains record but why this errror showed me any one can help me .
Ragards,
Madha.V
Member
434 Points
279 Posts
Re: function evaluation timed out
Mar 30, 2012 12:37 PM|Inayat Rasool|LINK
I implemented the same but never found an error like this.
I found this:
The most likely cause of this problem is an implicit evaluation of a property or
ToString
method which causes an issue with the CLR evaluation thread. To verify this turn off implicit evaluation.Then restart your scenario and see if it works.