Designing crystal report

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • faisalmushtaq
    New Member
    • Dec 2007
    • 7

    Designing crystal report

    Hi to all,
    I just wanna know from u guys that is there any requirement in designing of crystal report.what i mean to say is i am using crystal reports and i am giving dataset to my report,,Is there any design time requirement to give any dataset to report because if i am getting any error when i assign dataset as crystal report datasource that "The report has no tables".Please answer me.i am really stuck.
    Thanks in advance
  • dip_developer
    Recognized Expert Contributor
    • Aug 2006
    • 648

    #2
    Originally posted by faisalmushtaq
    Hi to all,
    I just wanna know from u guys that is there any requirement in designing of crystal report.what i mean to say is i am using crystal reports and i am giving dataset to my report,,Is there any design time requirement to give any dataset to report because if i am getting any error when i assign dataset as crystal report datasource that "The report has no tables".Please answer me.i am really stuck.
    Thanks in advance
    in design time you have not to supply the dataset name......only design the report according to your need........dra g the table fields where you want your data to be shown......

    Comment

    • faisalmushtaq
      New Member
      • Dec 2007
      • 7

      #3
      Thanks 4 ur reply but my scene is different.In simple words i made a report object and assigned it a dataset's table.

      objRpt.SetDataS ource(BusinessL ayer.BusGeneral .ds.Tables["usp_rp_new_mod _insurance"] );

      but it was throwing me exception that report has no tables.Then i thought to go on design level.i made a connection through database expert and from there i took different tables's field and dragged my required fields on it.This time when i ran my VS2005,after running this code VS got stuck.I m uneasy in this logic.Please guide me 4 correct way.

      Comment

      Working...