Question : SSRS:  Default Date

I have a ssrs report with two date parameter (To and From), how can I default the "To" date to the first day of the current year (i.e. 1/1/2009) ?

Answer : SSRS:  Default Date

Try this, it seemed to work in my test:
=CDate("1/1/"&Year(Today()))
Random Solutions  
 
programming4us programming4us