Click here to Skip to main content
16,012,166 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I want to generate a report from sql server2005 according to date an time. So if user want to generate a report for any particular date and/or any specific time he/she can pull it out, for this witch asp tool i use Microsoft report viewer or crystal report viewer and i am very thankfull if any provide me any example application.

Any help will be appreciated
Thanks
Posted

1 solution

You can use either of the two.
The idea here should be to fetch the data using an sql query (where you filter by date).
As a result, the report is only used for reporting purposes and has nothing much to do with the actual data processing.

Pick one which is more easily available to you and easier to install / use for the client.
 
Share this answer
 
Comments
tnitin55 26-Mar-12 1:00am    
Thanks for your reply but witch command i use to separate date and time so that user can choose report according to date and time where in database date_time is a single attribute.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900