How to print (and preview) any document - but not with CrystalReport
-
hi How to print (and preview) any document - but not with CrystalReport (working on VS2008 - C#) ex. i have 6 val's in my C# program that i want to print (and preview) how i can do it ? thank's in advance
Printing is a rather complex matter. Printing a Form is based on the Paint handler and the PrintDocument class. My Sokoban article offers a simple example. :)
Luc Pattyn [Forum Guidelines] [My Articles]
I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages
-
Printing is a rather complex matter. Printing a Form is based on the Paint handler and the PrintDocument class. My Sokoban article offers a simple example. :)
Luc Pattyn [Forum Guidelines] [My Articles]
I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages
-
It probably is a VS2005 project, which VS2008 can convert. :)
Luc Pattyn [Forum Guidelines] [My Articles]
I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages
-
hi How to print (and preview) any document - but not with CrystalReport (working on VS2008 - C#) ex. i have 6 val's in my C# program that i want to print (and preview) how i can do it ? thank's in advance
E_Gold wrote:
How to print (and preview) any document
And while on the subject of magic: How to do anything and everything automatically? Hint: Any document implies a system that can intelligently reverse-engineer any format presented to it, past, present or future, as well as one that can break encryption that is considered unbreakable. In short, you are asking for nothing less than magic.