Calculated columns and RegisterData
The following question
I have a problem getting a Calculated column to work.
I do the following:
1) I design a report and add a Calculated column to the Data Source.
2) Save the report.
3) If in code I do a report.RegisterData (IEnumerable of Objects) I loose the calculated column...
Is there another method to register the data?
Any suggestions please?
Marco.
I have a problem getting a Calculated column to work.
I do the following:
1) I design a report and add a Calculated column to the Data Source.
2) Save the report.
3) If in code I do a report.RegisterData (IEnumerable of Objects) I loose the calculated column...
Is there another method to register the data?
Any suggestions please?
Marco.
Comments