I'm creating a C# Windows application in which I have to print a fixed header and footer and the contents of a DataGridView in between them. Is it possible to print it?
-
More information would be useful in your question and a show of what you have found already or what your searches have turfed up even if it's nothing people can push you in the right direction with a specific search term!Paul C– Paul C2011-09-20 21:42:20 +00:00Commented Sep 20, 2011 at 21:42
Add a comment
|
1 Answer
You can use Print (Check out the documentation for PrintPage and PrintDocument) and Drawing API which is available with the .net framework.