Printing an InfoPath view in C#



I've got a button in the infoPath form called btnPrint that I link through formcode.cs, how can I make the button print the current view using the default printer settings?


I found that you can use xmlform.print() or this.print but it states that there is no definition for it.


No comments:

Post a Comment