Is there a way to generate a set of reports at one time
without interaction from the user from a web application?
I found code to do this in VB (dim report1 as new crystalreport1/dim multireport as new crviewerlibctl.ReportSourceRouter/MultiReport.AddReport Report1 etc. with multiple reports. I cannot get this to work using VBScript. Also, I would need to automatically
print the report without getting a printer dialogue box
which I haven't been able to resolve either.
Thanks in advance for your help.
without interaction from the user from a web application?
I found code to do this in VB (dim report1 as new crystalreport1/dim multireport as new crviewerlibctl.ReportSourceRouter/MultiReport.AddReport Report1 etc. with multiple reports. I cannot get this to work using VBScript. Also, I would need to automatically
print the report without getting a printer dialogue box
which I haven't been able to resolve either.
Thanks in advance for your help.