When converting a report I noticed that the expressions that were in the hidden property of a line in a 2009 report are not showing in the 2013 version of a report. I checked the standard Inventory Valuation report and found the same issue. The report prints correctly, and if you export the 2013 report to text you can find the expression but it is not showing in the Hidden property for the line. In some cases the Hidden property of a line is blank, which is not valid - mostly they are set to False.
For example the Inventory Valuation report has an expression in the Hidden property of thegroup header for group 2: =iif(Fields!ShowVariants.value OR Fields!ShowLocations.value,false,true). In 2013 the Hidden property equals False although the report prints correctly. Can anyone tell me where these expressions are located in 2013?
0