Hi
I'm using Devexpress SNAP Report. I assigned the DataSource to SnapDockManager. My BO architecture contains lot of tables, objects , associations. Now i can Get a datas from some tables. But Some table does't show me the data's even not show me the exception also. Then i put a breakpoint to see the bug. i found these
Function evaluation disabled because a previous function
evaluation timed out. You must continue execution to reenable function evaluation.
message in the tables fields when i extract the datasource..
Ex:
Like this.
Consider as Table Formate
+
Field1 Function evaluation disabled because a previous function
evaluation timed out. You must continue execution to reenable function evaluation.
Field2
Function evaluation disabled because a previous function
evaluation timed out. You must continue execution to reenable function evaluation.
Field3
Function evaluation disabled because a previous function
evaluation timed out. You must continue execution to reenable function evaluation.
Table1
Function evaluation disabled because a previous function
evaluation timed out. You must continue execution to reenable function evaluation.
Field4
Function evaluation disabled because a previous function
evaluation timed out. You must continue execution to reenable function evaluation.
I Dont get any idea to find. what's happen inside.