Crystal Report Query
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
-
Hello! How ca I do a query in crystal report where I will set a condition on what report data it will show? Let say I have a textbox that will specify a particular date so may report will show the indicated date. Kindly give me a tutorial. Thanks.
isaii wrote:
Let say I have a textbox that will specify a particular date so may report will show the indicated date.
I suggest you to query DB and get result for the indicated date. Get results to a DataSet. Now set report source as this DataSet.