It sounds like you a creating a new CRAXDRT.Application for each report. Just create one instance of the application and add each report to it. eg
[code]
Private crProj as CRAXDRT.Application
Private Sub InitializeReport()
Set crProj = new CRAXDRT.Application
for i = 0 to X...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.