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. Crystal Report Binding To the Own Created DataSet

Crystal Report Binding To the Own Created DataSet

Scheduled Pinned Locked Moved ASP.NET
databasewpfwcfsysadminhelp
1 Posts 1 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.
  • H Offline
    H Offline
    HatakeKaKaShi
    wrote on last edited by
    #1

    Hey Guys need help I created a DataSet with the query that i need. However i will like to display the DataSet Detail to the crystal Report DataSet ds = DBCall.ReturnDataSet(SQL , DBCall.ITSDatabase); CrystalReportViewer1.DisplayGroupTree = false;         CrystalReportViewer1.HasCrystalLogo = false;            ReportDocument myReportDocument;            myReportDocument = new ReportDocument(); myReportDocument.Load(Server.MapPath("CrystalReport2.rpt"));            myReportDocument.SetDataSource(ds);                                          CrystalReportViewer1.ReportSource = myReportDocument;            CrystalReportViewer1.DataBind(); However i can't seem to display it one the report. I know this is the Push Method however I need to set the layout of the report right? How am i suppose to set it ? Many thanks

    KaKaShi HaTaKe

    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