Does anyone has the code to do that ?

VB Code:
  1. Dim FrmAccuse As New FormCrystalReport()
  2. Dim Rpt As New AccuseIncomplet()
  3.  
  4. Rpt.SetDataSource(DSDossier1)
  5. FrmAccuse.CrystalReportViewer1.ReportSource = Rpt
  6.  
  7.  
  8. FrmAccuse.ShowDialog()
  9. FrmAccuse.CrystalReportViewer1.ExportReport() '???????

I just want to save the curent report to "xyz.PDF"

Thanks