Hi experts ,
Got a weird error, I need to add two new fields to report(Report is AutoDesign ). So, I created One new field (CostPrice) in InventSumDateTransReport. ,and Referenced it in InventDimPhyDP class as :
inventSumDateTransReport.CostPrice = _inventSum.averageCostPrice();
When I compile It there is no error , but when I add it to the VS Dataset (just add to dataset.)and deploy it. then I run the report (IM >> Reports>> Status >> Phy Invent. >>Phy Intvent By Invent Dim )
Report is AutoDesign
I got this error:
The Hidden expression for the tablix ‘Table_0’ contains an error: Input string was not in a correct format. (rsRuntimeErrorInExpression)
Please Guide Me