1

I need to print records in a grid view, and need to preview it before printing. I want to know whether or not there is a strong library for printing preview? And with the library I can change the position, layout of the data to print.

More important: I need to change the data's layout, how can I do that?

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
MemoryLeak
  • 7,322
  • 23
  • 90
  • 133
  • note that whatever print preview code you'll find, you'll have to write extra code to adjust it to your needs. Personally I don't like MFC print preview, anyway check this question: http://stackoverflow.com/questions/1031036/implementing-my-own-print-preview and also search http://www.codeproject.com for print preview code. – Nick Dandoulakis Sep 15 '09 at 08:35

1 Answers1

1

MFC itself supports Print Preview, there shouldn't be a need for an additional library.

Greg Hewgill
  • 951,095
  • 183
  • 1,149
  • 1,285