I am using VS 2003, C#. I have been creating reports and using the report viewers in forms. Very simple stuff so far. I need to know how to dynamically change the selection criteria on the report based on other items in my form. For instance, the user selects a date range, I want to modify the where clause in the report to reflect the date range entered. Any help would greatly be appreciated.
Thanks
Loading
Mahesh ChandPosted Nov 7, 2006, 3:26 PM
If you are using a Stored Procedure (called from CR), then you may want to add parameters to SP and filter your data in SP.
b hPosted Nov 7, 2006, 2:05 PM