bthing:
Now I'm using C# in my system development...
anyone can teach me how to display a specified data on crystal report?
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