We are upgradded our application from VS 2003 to VS 2008 + .NET Framework 3.5 and continue to use reports written in CR 10. I do not have any complains about reports, except one: "runtime" to load reports on a client machine (only for the first report, as soon the first report is loaded, there no more delays fot other reports) is too long. dll's used in the project setup:
Microsoft. reportviewer.common.dll,
microsoft.reportviewer. processingobjectmodel.dll,
microsoft. reportviewer.winforms.dll.
I can not figure out how to cut this "runtime" to load reports faster, maybe different .dll should be used? Can someone advice me what is better to do to solve this problem? Thank you.