Just get the value in as datetime format and use
format(Fields!xxx.Value,"yyyy-MM")

Signature
Tom Stude
> Hi,all
> I have a datetime parameter,
> I use calendar to select value,but I want to format it as "yyyy-MM"
> Any suggest?Can I use expression,how to ?
> Kevin Chu
Kevin - 28 Feb 2006 02:19 GMT
=?Utf-8?B?VG9t?= <membership@stude.no> wrote in news:ADC758F7-F6A7-4F56-
8C5C-1BAD643ABF30@microsoft.com:
I want to show "yyyy-MM" format in preview,not get the value
> Just get the value in as datetime format and use
> format(Fields!xxx.Value,"yyyy-MM")