Hi,
I've coded to print a number of user controls in silverlight and it may be across multiple pages. So I took a look at the following link, and it worked brilliantly.
But when I try to print huge data, let's say, it provides more than 10 pages, printing doesn't work properly as I expected. It prints out several blank pages after 5h or 6th page.
My code is pretty much same as the link above. My user control is kind of huge though, printing with small data works properly.
Could anyone know why it prints some blank pages out?
Thanks in advance, Yoo
Edit
After some digging, I noticed my previous explanation was wrong. Not printing several blank pages after some pages, but some controls are printed like Visibility = INVISIBLE for some reason. I don't really understand what's going on.