Hello,
We use non embedded crystal reports in our windows application. Users have been complaining that the reports take time to load, just the first time. According to some discussions, applications load the required dlls just for the first time users run a report, that's why it takes longer for the app to load the report for the first time. Some developers suggested that we load a report in the background when users log in, so by the time they get to the user interface to run a report, the dlls are already loaded, and the app won't take too long to load the report.
My question here is, if we use embedded reports, will that speed the loading process for the first load? do you really suggest loading a report in the background to load all the required dlls?
Thanks!