Creating a report slow the first time.
I have code that creates a report a runtime. It takes about 3 times as
long the first time it runs. My code creates a subreport(s), loads a
template and sets the pipeline of the subreport and all components on the
subreport. Any ideas of what I can do so the code is faster the first
time?
Joanne
long the first time it runs. My code creates a subreport(s), loads a
template and sets the pipeline of the subreport and all components on the
subreport. Any ideas of what I can do so the code is faster the first
time?
Joanne
This discussion has been closed.
Comments
can call Report.Printer.Initialize to do this when you application
initializes, so you won't see the slowness when you create the first report.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com