Yes. I think there is an example of some interface between web server and the NetTalk email, somewhere. One easy thing to do is save the file name and email address (depending on how you want to implement it) and use the NTWS example to send the email with report attached. I think you'll have to dig into the example to figure out how to do it, but it should be relatively easy.
Okay, it is example 11 from NTWS. So you'll probably want to chain together the sequence somehow. Print the report. Save the name (your should generate a unique name), then you can send it using the form, or you could jump past the form and prefill the variable in the SendEmail proc.