Click here to Skip to main content
15,893,814 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I already generated a report but its a report that contains ALL the contents on my database. What I want is generate a report that only contains all the transaction on a specific date.. how to do this.. please help.
Posted
Comments
bbirajdar 31-Jan-13 5:17am    
Very easy.. Apply the date filter..
Member 9800090 31-Jan-13 5:22am    
I am using Visual Studio 2012. I am using reportviewer in generating reports. I am looking for a tutorial on how to do filtering on your reports in visual basic.

FILTER YOUR DATABASE RESULTS FOR SPECIFIC DATE .

YOU CAN SELECT DATE FROM CURRENT SYSTEM DATETIME OR BASED ON A SELECTION
SELECTION CAN BE MADE BY USING CALANDER ITS SO SIMPLE
 
Share this answer
 
Comments
Ankur\m/ 31-Jan-13 5:39am    
Stop shouting! All CAPS is considered as shouting and is rude.
You didn't tell us how are you generating the report?
The obvious solution to your problem is pass the "specific date" and get filtered results from the database.
 
Share this answer
 
Comments
Member 9800090 31-Jan-13 5:24am    
I am using Visual Studio 2012. I am using reportviewer in generating reports. I am looking for a tutorial on how to do filtering on your reports in visual basic.
Ankur\m/ 31-Jan-13 5:37am    
Start here - http://www.lmgtfy.com/?q=reportviewer+2012+filter

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