Hi,
Is it possible to generate a report from code behind and then send this pdf as an email.
I would like to achieve this without the user having to generate the report so I would need to do it using the api.
The scenario is if a user clicks a button 3 reports will get generated and sent to the user;s email address.
I want to do this on the fly.
I guess I might have to save the generated pdf in a temp folder while I send the email and then delete the reports.
Thanks,
Ronan
Is it possible to generate a report from code behind and then send this pdf as an email.
I would like to achieve this without the user having to generate the report so I would need to do it using the api.
The scenario is if a user clicks a button 3 reports will get generated and sent to the user;s email address.
I want to do this on the fly.
I guess I might have to save the generated pdf in a temp folder while I send the email and then delete the reports.
Thanks,
Ronan