Printing using code

J

Jon Westmore

I want to attach a print event using jscript to my code. I've found a
couple of jscript functions such as "printThePage()" but I can figure out
what object to attach them to. Or is there a better way to print a form
using code?

Thanks,
Jon
 
E

em

hi,
what's your problem to use the XDocument.PrintOut() method, which prints the
current view ? But remember, that this method has Security Level 3 (can be
accessed only by fully trusted forms).
regards
em
 
Top