Firtst Time report takes time to generate

Stimulsoft Reports.NET discussion
Post Reply
satisht
Posts: 150
Joined: Mon Apr 09, 2007 12:28 am
Location: Pune

Firtst Time report takes time to generate

Post by satisht »

First Time report takes time to be generated , Is there any solution to avoid that ?
EDV Gradl
Posts: 228
Joined: Sat Jun 17, 2006 9:50 am
Location: Germany

Firtst Time report takes time to generate

Post by EDV Gradl »

First of all, the Simulsoft .dll are compiled by the CLR. You can avoid this, if your create native images of them on the target PC with NGEN.

Second, the report itself is compiled. You can load an already compiled report, so there is no to compile it anymore.

From the manual:

StiReport report = StiReport.GetReportFromAssembly("MyReport.dll", true);

I hope that helps.

Marco
Post Reply