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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. using the crystal report

using the crystal report

Scheduled Pinned Locked Moved C#
help
4 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.
  • K Offline
    K Offline
    kaasir_2
    wrote on last edited by
    #1

    Hello everybody. This is crucial need for me and please help me. I need to generate the crystal report. What I like to do is. I have a detail information of peoples. I have listed the name of the people in the listbox. I want to generate the report and print the detail information for selected people listed in the listbox at a single click to button.

    S 1 Reply Last reply
    0
    • K kaasir_2

      Hello everybody. This is crucial need for me and please help me. I need to generate the crystal report. What I like to do is. I have a detail information of peoples. I have listed the name of the people in the listbox. I want to generate the report and print the detail information for selected people listed in the listbox at a single click to button.

      S Offline
      S Offline
      selcuks
      wrote on last edited by
      #2

      I am not sure that I understand your intention for using Crystal Reports but if the subject is as simple as printing a bunch of people, I suggest you not to use Crystal Reports since it will extremely slow down your operation. Crystal Reports require a number of assemblies to be loaded before it can be run. If you insist I may on CR I may suggest writing the detailed information to a dataset and then pass this dataset to Crystal Reports as the data source. If you have a database for the detailed information, operations may be a lot simpler. You may command CR to connect to your db from the code. Hope this helps, Regards,

      Always keep the Murphy Rules in mind!

      K 1 Reply Last reply
      0
      • S selcuks

        I am not sure that I understand your intention for using Crystal Reports but if the subject is as simple as printing a bunch of people, I suggest you not to use Crystal Reports since it will extremely slow down your operation. Crystal Reports require a number of assemblies to be loaded before it can be run. If you insist I may on CR I may suggest writing the detailed information to a dataset and then pass this dataset to Crystal Reports as the data source. If you have a database for the detailed information, operations may be a lot simpler. You may command CR to connect to your db from the code. Hope this helps, Regards,

        Always keep the Murphy Rules in mind!

        K Offline
        K Offline
        kaasir_2
        wrote on last edited by
        #3

        yes i use the pull method for the crystal report. can u provide me sample code to print the detail information for the selected people.

        S 1 Reply Last reply
        0
        • K kaasir_2

          yes i use the pull method for the crystal report. can u provide me sample code to print the detail information for the selected people.

          S Offline
          S Offline
          selcuks
          wrote on last edited by
          #4

          Learned everything I know from the CR help and starting from the following links: http://www.codeproject.com/KB/grid/Crystal_Report__90.aspx[^] http://www.codeproject.com/KB/cs/CrystalHelper.aspx[^] http://codebetter.com/blogs/peter.van.ooijen/archive/2008/04/10/6994.aspx[^] Regards,

          Always keep the Murphy Rules in mind!

          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