Use of Print Preview in .Net Winforms
问题 I am writing c# code in .Net 2008 Winforms. I created a print preview window to create a report. It works fine I can preview the report and then print it. The only problem is it is not as flexible as the Office Print preview. The users cannot chose a printer other that the default printer and they cannot limit the print to certain pages. Perhaps I am missing some prperties I need. Here is a portion of the code I use: PrintDocument pd = new PrintDocument(); pd.PrintPage += new