Miguel
Miguel

Reputation: 947

How to Print Preview in Wpf?

i am trying to print all the contents of a UserControl.

So what i need is to Print Preview the records of a DataGrid in WPF?

For printing is easy, we can use the PrintVisual and just send as argument our UserControl (in this case, the DataGrid).

It looks easy to Print, but i can't find anything to do the Print Preview.

Do we have anything in WPF to to this? And how?

Thanks in advance ;)

Upvotes: 4

Views: 13550

Answers (1)

Related Questions