Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
two
Starting Member
2 Posts |
Posted - 2007-01-22 : 16:40:29
|
Hi I am generating a report using a stored procedure. The stored procedure requires a date parameter. When the report is generated reporting services displays the datetime picker, which is fine except for the fact that I only want the user to go back until a certain date. Is there anyway to set the date range in a stored procedures parameter in reporting services? thanks |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-01-23 : 01:25:03
|
Is there a MINDATE property?Peter LarssonHelsingborg, Sweden |
|
|
two
Starting Member
2 Posts |
Posted - 2007-01-23 : 09:15:45
|
No there is no mindate property. Currently i have created a stored procedure....that does create the date range i need, but when i assoicate the stored procedure with the report parameter it creates a dropdown list of the date ranges. They would prefer a datetime picker to be used, but currently i have yet to find a way to transfer this date range into a datetime picker for the report parameter.Thanks for your help Peter, i do appreciate it. |
|
|
|
|
|