Firtst Time report takes time to generate
Firtst Time report takes time to generate
First Time report takes time to be generated , Is there any solution to avoid that ?
Firtst Time report takes time to generate
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
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