Results 1 to 3 of 3

Thread: Exporting Crystal Report to PDF?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2003
    Posts
    68

    Unhappy Exporting Crystal Report to PDF?

    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

  2. #2
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  3. #3

    Thread Starter
    Lively Member
    Join Date
    May 2003
    Posts
    68
    Many thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width