How do save/update a report that was opened through the report viewer in VB 6.0 after refreshing the report?
I trying to accomplish this task using the Report.saveas property.
Report.Saveas(“E:\FilePath.rpt”, cr80fileformat) as Crreportfileformat
Bue the above code is generating a define type error.