I had a problem with a report that is created using Report Builder 2.0, in the sql2008 database (the latest set of updates), report services version 10.0.5500.0.
The problem is that the bars are wider than they should be. Each bar should be 1 hour wide.
The x axis is configured with the interval set to hour , and interval value 1 minimum value =TimeSerial(0,0,0) and maximum value =TimeSerial(23,59,0) . The series has a CategoryField set to [hour] , a column of type time with the time of the hour (example 08:00:00.0000000 ).

Rootger
source share