Print Preview control !!

A

AG

I am using PrintPreview control in my VB.NET application.

But when we display print preview, only the last document is shown, and I
cannot see

five or six documents there. Seems like as soon as the next opens, the
earlier document gets

overwritten. Please suggest.
 
D

Dmitriy Lapshin [C# / .NET MVP]

Hi,

As far as I remember, this control is bound to a particular PrintDocument
instance. You should probably have several instances of PrintDocument and
bind the appropriate instance to the PrintPreview control when the
corresponding document is about to be previewed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top