Link to home
Start Free TrialLog in
Avatar of sacul
sacul

asked on

auto export crystal report

Hello Experts,

Is there a way through VB code to autosave (autoexport) a report to a specific path? I need to save several reports in one piece of code and it has to happen when the pc is un-attended. Anyone know of a way to complete this task?

Thank you,

Zac
Avatar of PockyMaster
PockyMaster
Flag of Netherlands image

Call SaveAs on your ReportDocument object
Avatar of sacul
sacul

ASKER

hello,

The report object dont have a saveAs. All it has is ExportReport which brings up the save as window. I want to be able to set a path and have the program save the file for me without user interaction.

Is this possible?

Thank you,

Zac
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sacul

ASKER

ohh great...thank you soo much.... That explained alot.

I wish I could give you 5000 points but all I have to offer is 500 and A+.

Thanks again to both of you.

Zac