Display specified data on crystal report**********Need Help**********

Last post 07-08-2009 10:53 PM by bthing. 2 replies.

Sort Posts:

  • Display specified data on crystal report**********Need Help**********

    07-06-2009, 9:11 PM
    • Member
      point Member
    • bthing
    • Member since 07-06-2009, 8:47 PM
    • Posts 11

    Now I'm using C# in my system development...

    anyone can teach me how to display a specified data on crystal report?Cry

    example: I want to display the data from 1 Jan 2009 until 30 Jan 2009

     

    Thanks....

  • Re: Display specified data on crystal report**********Need Help**********

    07-07-2009, 2:33 AM

    bthing:

    Now I'm using C# in my system development...

    anyone can teach me how to display a specified data on crystal report?Cry

    example: I want to display the data from 1 Jan 2009 until 30 Jan 2009

     

    Thanks....

     

    This is the way of how basic crystal report will create Link

    By your condition you want to show the records from 1 Jan 09 to 30 jan 2009, then you have to write the query like this

    select column1 from dbo.table1 where column2 between @startingDate and @Ending Date

    then fill the records into DataSet object then assing this object into CrystalReport object.

    Any doubts please feel free to ask me.

    If this post is answer of your question then don't forgot to Click Mark As Answer.

    Thanks & Regards,
    J.Jeyaseelan
  • Re: Display specified data on crystal report**********Need Help**********

    07-08-2009, 10:53 PM
    • Member
      point Member
    • bthing
    • Member since 07-06-2009, 8:47 PM
    • Posts 11

    Thanks jeyaseelan@ajsquare.net ...

    I solved it;)

Page 1 of 1 (3 items)