I am using visual studio 2010 coding with VB. I have reportviewer control with a chart on the report. How do you programmatically change an axis group expression for a chart in an rdlc report. For instance i have the group expression: MonthName(Month(=Fields!receiveddate.Value)) .
How can I change this to: Week(=Fields!receiveddate.Value) at runtime via code?
Thanks in advance!