Results 1 to 6 of 6

Thread: Crystal Report: Is it correct approach ?

  1. #1

    Thread Starter
    Addicted Member parminder's Avatar
    Join Date
    Apr 2003
    Location
    India
    Posts
    168

    Crystal Report: Is it correct approach ?

    To all Gurus,

    I am using Crystal Reports for VS.net and doing programming in VB.net
    I found two ways for reporting for me:

    Method 1: Design report using open database and view it at runtime.

    Method 2: Design report using DataSet schema: in this method I planning to
    i) Create temp DataSet schema say DataSet1
    ii) Design the report and save report say Report1.rpt
    iii) Remove temp dataset DataSet1 from project
    iv) At run time pass a DataSet (created on the fly) to report for data

    I want to use Method 2. The reason is it will give me more data collection power. Like in DataSet (on the fly at run time) I can crate DataTable using SQL-query having power like nested query, union of query.

    Is Method 2 is correct approach ?

    Thanks again to all masters.

  2. #2

    Thread Starter
    Addicted Member parminder's Avatar
    Join Date
    Apr 2003
    Location
    India
    Posts
    168
    Not any guru has seen ?


  3. #3
    Hyperactive Member
    Join Date
    Nov 2003
    Location
    Connecticut
    Posts
    257
    I am no Guru, but I use Crystal Reports quite a bit and method 2 seems to work great. "Pushing" data into the report this way gives you the most flexibility for selecting data and working directly with the CrystalReports.Engine namespace gives you complete control over any aspect of the report at run-time.

  4. #4
    Frenzied Member maged's Avatar
    Join Date
    Nov 2002
    Location
    Egypt
    Posts
    1,040

    Re: Crystal Report: Is it correct approach ?

    can any1 advise me some materials to read about approach 2

    i need examples if you please

    thx in advance

    BST RGDs

  5. #5
    Frenzied Member Asgorath's Avatar
    Join Date
    Sep 2004
    Location
    Saturn
    Posts
    2,036

    Re: Crystal Report: Is it correct approach ?

    Hi Maged

    Read this file http://support.businessobjects.com/c...viewer.pdf.asp

    Regards
    Jorge
    "The dark side clouds everything. Impossible to see the future is."

  6. #6
    Frenzied Member Asgorath's Avatar
    Join Date
    Sep 2004
    Location
    Saturn
    Posts
    2,036

    Re: Crystal Report: Is it correct approach ?

    Hi parminder

    I use method 1 a lot well my project has currently 75 reports and still adding new reports and only one uses approach 2.

    Regards
    Jorge
    "The dark side clouds everything. Impossible to see the future is."

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