Hi all,
I am trying to save a report thru my ASP code:
n = WebIDocument.SaveAs("MyReport", true)
This saves the report perfectly, but inside the User's folder only. Even if I give "C:\blabla\MyReport.rep" as the path, it uses it as a filename and saves the report by that name in the User's folder.
I need to save it into a separate folder.
Any pointers ?
TIA,
Sheila
I am trying to save a report thru my ASP code:
n = WebIDocument.SaveAs("MyReport", true)
This saves the report perfectly, but inside the User's folder only. Even if I give "C:\blabla\MyReport.rep" as the path, it uses it as a filename and saves the report by that name in the User's folder.
I need to save it into a separate folder.
Any pointers ?
TIA,
Sheila