Hi,
I have created a view wich is a union of some tables. And am showing this view into the detail section of my report. I have add 3 section in my detail section and put my data there to show the report, and also using some forumlas to suppress some rows based on some condition, The report seems to work OK when i run it from crystal report, its not slow. Even the query is not slow when i run it from SQL Server.
The problem is when i call this report from ASP.NET . IT takes too much time to be open.
Can anyone give me any suggestion why this can happen?
Thanks in advance!