views:

8

answers:

0

I am customizing the Bug Status report from the CMMI process template in TFS2010.

When opening the report in BIDS (a report designer SQLServer 2008), assigning 2 live shared datasources and clicking the preview tab, the compiler windows shows 2 warnings:

[rsInvalidSize] The value of the DynamicHeight property for the chart ‘dundasChartControl1’ is “”, which is not a valid size.  Valid sizes may not exceed 455 inches.
[rsInvalidSize] The value of the DynamicHeight property for the chart ‘dundasChartControl2’ is “”, which is not a valid size.  Valid sizes may not exceed 455 inches.

That's really strange for an -out of the box- report!

I was investigating why these warnings appear and the code of the dynamic height and width property of the chart shows this:

=IIF(Parameters!IsDashboard.Value, Parameters!Height.Value, "")

When I change the "" to "0" or 0 I am getting other warnings also....

Well... I am flabbergasted....