October 11, 2011 at 7:11 am
Hi,
How can I find out why the deployed report on the server is different to the report I run from the visual studio designer?
For example the y-axis min and max values on the deployed chart is different to that in the designer in vs.
Thanks
October 11, 2011 at 7:52 am
You deployed to a different server?? Have you checked (say via Report Manager) that the update/last modfied date on the Report is showing the date you thought you'd deployed?
Steve.
October 11, 2011 at 7:58 am
Yes, it is showing the correct dates.
And in case it may help you:
I have one expression for the min value and one for the max value of the y-axis of the chart.
These are the expressions for the min and max values accordingly:
=Sum(Fields!MinValue.Value, "MinMaxValues")/100
=Sum(Fields!MinValue.Value, "MinMaxValues")/100
However, there is a red line underneath the Fields!MinValue.Value and Fields!MaxValue.Value
BUT, the y-axis works fine on the designer but not when it is deployed.
Any thoughts please?
Thanks
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply