Print Preview XML with stylesheet

cornute

Member
Joined
Jan 23, 2007
Messages
5
Programming Experience
1-3
How would i go about setting up Print Preview of an existing XML file that has a stylesheet.
 
Load it into a WebBrowser control and call its ShowPrintPreviewDialog method in DocumentCompleted event. The control doesn't need to be visible, but add it to form else the print preview dialog will misbehave.
 
Back
Top