Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. export data to pdf in asp.net?

export data to pdf in asp.net?

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Punit Belani
    wrote on last edited by
    #1

    I want to export textbox value into pdf file in asp.net

    A 2 Replies Last reply
    0
    • P Punit Belani

      I want to export textbox value into pdf file in asp.net

      A Offline
      A Offline
      adkalavadia
      wrote on last edited by
      #2

      Dear Punit, Try this may this help you....... using CrystalDecisions.CrystalReports.Engine; using System.IO; public partial class rpt : System.Web.UI.Page { private ReportDocument BidEstimates; protected void Page_Load(object sender, EventArgs e) { string RptPath = Server.MapPath("file.aspx"); BidEstimates = new ReportDocument(); BidEstimates.Load(RptPath); //ExportFormatType.PortableDocFormat is Use For PDF documents...... BidEstimates.ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response, false, "ExportedReport"); } }

      !- F - R - I - E - N - D - S -!

      1 Reply Last reply
      0
      • P Punit Belani

        I want to export textbox value into pdf file in asp.net

        A Offline
        A Offline
        adkalavadia
        wrote on last edited by
        #3

        Refer this link..... http://www.codeproject.com/Forums/12076/ASP-NET.aspx?fid=12076&select=1512702&tid=1512702[^]

        !- F - R - I - E - N - D - S -!

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups