latingntlman (10/29/2008)
I, too, am getting #Error when running my report. I'm trying to get the name of the month and year to display in my header. The year part works, but somehow the MonthName function is not working.=MonthName(Parameters!DateBegin.Value)
Is there a diff function I should be using?
thx.
Take a look here to see if it gives you any clues.
http://msdn.microsoft.com/en-us/library/zxbsw165(VS.71).aspx
Another thought is you may need to break down your date value into month and year. Something like:
=MonthName(Month(Parameters!DateBegin.Value))
HTH
[font="Comic Sans MS"]toolman[/font]
[font="Arial Narrow"]Numbers 6:24-26[/font]