I have a problem with a report that is build using report builder 2.0, on a sql2008 database (latest service pack installed), reporting services Version 10.0.5500.0.
The problem is that the bars are wider then they should be. Each bar should be as width as 1 hour.
The x-axis is configured with the interval set to hour
and an interval value of 1
the min-value of =TimeSerial(0,0,0)
and max-value of =TimeSerial(23,59,0)
. The series has a CategoryField
set to the [hour]
, a column of type time
with the time of an hour (Example 08:00:00.0000000
).