I'm building a report using xtraReport but I have a problem. I want to get the name of the month using calculated field I did this but I can't get it.
FormatString('{0:MMMM}',GetMonth([MYDATE]))
The result is MMMM, I'll really apreciate your help, thanks in advance.