I am trying to format the column headers in my Matrix report on an RDLC report. My datasets contain the columns specified as the date time, and if I leave the column alone EX:
= Field! Financial Provincial Monetary Policy. This pre-displays: 1/1/2009 | 2/1/2009 | 3/1/2009 etc ... But if I try any formatting on the column header: ex:
= Mahananama (field! Financial year year.view, true) This will display preceded: #Error | #default #Error etc ...
I have also tried earlier:
= year (field! FinancialsDefinition year.value) < P> Any ideas?
You should use = month name (month! Field! Financially TableMonthYear.Value ))
Comments
Post a Comment