I’d like to be able to create, name and store individualized reports (school report cards, actually) with VB.Net and Crystal Reports using data from our SQL database.
It would be even better to be able to automatically generate individualized e-mails using e-mail addresses stored in the database, attaching the aforementioned PDF reports and sending them off.
Has anyone attempted anything like this before?
TIA for any help/pointers!
1. Create PDF programatically
Depending on the version of crystal, the export function will look similar to this
2. Send email with a PDF attachment
The “send” part will look like this: