Printing
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everybody, I have a form with a listview, among other stuff, and a "print" button. What i want to do is like having a template, and each time i print something, depending in what i've selected from the listview, i have to replace some text in that document with the value of the selected item in the list view. Of course, i have to make sure that the formatting part is also done (spaces between lines, titlesand so on). Can you recomand me the best way? Thank you!