R
R_O_O_K
Hi!
I am preparing to write a small library for generating reports. One of
the key features is that it must support print previews. .NET has a
PreviewPrintControler but according to the docs it is keeping the whole
preview in Images. The library should be able to preview quite large
reports (over 100 pages) also on resource starving computers (like 64 MB
RAM 300 Mhz Celerons). Would PrintPreview eat the whole memory available
or does it have some optimizations to counter the problem? What are your
experiences?
Regards!
Micha³ Ziemski
I am preparing to write a small library for generating reports. One of
the key features is that it must support print previews. .NET has a
PreviewPrintControler but according to the docs it is keeping the whole
preview in Images. The library should be able to preview quite large
reports (over 100 pages) also on resource starving computers (like 64 MB
RAM 300 Mhz Celerons). Would PrintPreview eat the whole memory available
or does it have some optimizations to counter the problem? What are your
experiences?
Regards!
Micha³ Ziemski