Results 1 to 2 of 2

Thread: Binding a Dataset to Crystal Reports

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2001
    Posts
    13

    Binding a Dataset to Crystal Reports

    anybody have example code how to do this? (my page behind code is in vb.net)

    thanks

  2. #2
    Lively Member
    Join Date
    Aug 2002
    Location
    outerspace
    Posts
    126
    Code:
    Dim crReport as crystalreport1()
                crReport.setdatasource = ds
    this is all you have to do to bind a ds to a report if your going to export it I dont recall if when your binding it to a report viewer control how it goes but its fairly simple and there should be a few examples online espically at crystal descion's web site
    "All those who wonder are not lost" -j.r.r tolkien

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