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. General Programming
  3. C#
  4. assign datatable to crystal report

assign datatable to crystal report

Scheduled Pinned Locked Moved C#
database
2 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.
  • W Offline
    W Offline
    wasifmuneer
    wrote on last edited by
    #1

    i have datatable which is returned from storedprocedure,now i want to pass that data table's values to crystal report to view, i have tried through parameters but can't get desired result.the database fields i cant assign to report because the values come from different sources in storedprocdure Regards

    A 1 Reply Last reply
    0
    • W wasifmuneer

      i have datatable which is returned from storedprocedure,now i want to pass that data table's values to crystal report to view, i have tried through parameters but can't get desired result.the database fields i cant assign to report because the values come from different sources in storedprocdure Regards

      A Offline
      A Offline
      Adam R Harris
      wrote on last edited by
      #2

      You need to create a strongly typed DataSet in your project, one that represents the data schema from the stored procedure. Then you need to base your report off the strongly typed DataSet. Then just assign the DataSource property of the CrystalReport to the instance of the DataSet returned from your your stored procedure.

      If at first you don't succeed ... post it on The Code Project and Pray.

      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