Hi All,
I am trying to use the PageSetupDialog so a user can specify the printer
and settings to use for printing out a Crystal Reports rpt using a
CrystalReportViewer object.
I have added the pagesetupdialog object to the form, but cannot figure out
how to use it. This is what I have so far.
When the user clicks a button(Page Setup),
Private Sub PrintSetup_Button_Click(ByVal sender As System.Object, ByVal e
As System.EventArgs) Handles PrintSetup_Button.Click
PageSetupDialog1.ShowDialog()
End Sub
I can't find any examples of how to do this. An anybody help me? Maybe
by providing an example or where I can find one.
TIA
Jeff Reed