|
-
Dec 12th, 2008, 05:20 PM
#1
Thread Starter
Frenzied Member
Textbox Formatting Question SSRS
In the SSRS tutorials on MSDN it says you can format a text box much like you would in vb.net. If I have a date field being returned as say 20081225,(don't ask why) I want to format the text box so that it displays 2008/25/25. I tried this:
=Parameters!deliver_dt.Value.ToString("yyyyMMdd")
but it tells me I am passing in the wrong number of arguments. What am I doing wron and how to fix it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|