4
Answers

how to print the content of a listbox using print tool of c#?

Photo of roi ignacio

roi ignacio

14y
8.1k
1
how can i print a content of my listbox using the print functionality of c#?

Answers (4)

0
Photo of Tanmay Sarkar
NA 1.6k 615k 14y

Attachment ListboxPrint.zip

I upload here a full code to print Listbox content.
I hope it will help you!

Please mark it as ans if it help you.

Thank you!

Accepted
0
Photo of roi ignacio
NA 5 8.1k 14y
sorry. yes, first binding the data to the listview then print.
0
Photo of Tanmay Sarkar
NA 1.6k 615k 14y
I am sorry to say that I could not get your point.

Would you like to first bind your data in Listbox & then want to print?
or you want any thing else?

Please clear it.
0
Photo of roi ignacio
NA 5 8.1k 14y
How about using a printing the values of the database using a listview?