Export to PDF

Last post 05-13-2008 6:04 AM by jagan.unique. 2 replies.

Sort Posts:

  • Export to PDF

    05-08-2008, 2:35 PM
    • Loading...
    • kalkumar
    • Joined on 07-07-2006, 10:12 PM
    • Posts 191

    Hi,

     In crystal Reports, shall we need to write the code to export report to PDF format? In SQLServer reporting services, there is no need to write code to export to PDF.

    Thanks

  • Re: Export to PDF

    05-09-2008, 8:43 AM
    • Loading...
    • eseidel
    • Joined on 10-17-2006, 2:03 PM
    • Indianapolis, Indiana
    • Posts 357

    Nothing to do except change the printmode to PDF or just use the export button which includes PDF in addition to a few other types.

  • Re: Export to PDF

    05-13-2008, 6:04 AM
    • Loading...
    • jagan.unique
    • Joined on 02-08-2008, 9:42 AM
    • Hyderabad, India
    • Posts 157

    check the below code..

              Private CCgenReport As ReportDocument

            CCgenReport = New ReportDocument()
            other code goes here...
          

    CCgenReport.ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response, False, "")  'this will exports to pdf format

Page 1 of 1 (3 items)