Page 1 of 1

Firtst Time report takes time to generate

Posted: Sun Aug 12, 2007 11:08 pm
by satisht
First Time report takes time to be generated , Is there any solution to avoid that ?

Firtst Time report takes time to generate

Posted: Mon Aug 13, 2007 1:30 am
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