How i can Decrease the report file Loading Time?
I Use this Code to Load a Report File
reportDocumnet.Load(reortFilePath);
but the first time loading is very long.
just in first time running this code
i want use a way to run this line of my code speedly
Some people load a report in background thread on program startup. Then the massive crystal libraries will be loaded when user runs the first report.