I have treeview and it prints on the first page, but the items that make it extend to additional pages are not printing at all.
The printer is skipping the treeview and going to the next item on the page.
It doesn't matter if I set the treeview height to 100% or leave it undefined. It needs to keep expanding for all items and print all items.
How is this fixed?
thanks.
The printer is skipping the treeview and going to the next item on the page.
It doesn't matter if I set the treeview height to 100% or leave it undefined. It needs to keep expanding for all items and print all items.
.Height = Unit.Percentage(100) |
thanks.