Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: HELP w/PageSetupDialog


Message #1 by thebigvalbosky@h... on Tue, 18 Mar 2003 21:45:01
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

  Return to Index