Hi,
Programming in VB.
I am using Telerik reporting in our website development along with all your other asp.net controls and I need to programmatically produce a pdf file and the save it to a subdomain on the server.
I have used your code snippet (July 18, 2007) to produce the pdf and this works fine, but I would like to extend the code to save the pdf to a folder on a subdomain.
I notice a commented out line in the code
Programming in VB.
I am using Telerik reporting in our website development along with all your other asp.net controls and I need to programmatically produce a pdf file and the save it to a subdomain on the server.
I have used your code snippet (July 18, 2007) to produce the pdf and this works fine, but I would like to extend the code to save the pdf to a folder on a subdomain.
I notice a commented out line in the code
'WriteToFile(Server.MapPath("~\temp\" & fileName), reportBytes)
Perhaps this is what I am looking for, but I don't understand how to implement it.
Regards,
Andy.