I have a created a dynamic chart in SSRS. It creates a chart for each of the machines I am tracking in an area. If I have 3 machines I have 3 charts in a row accross the page. If I have 9 machinies I have 9 charts in a row accross the page. Is there away force SSRS to start a new row after 3 or say 4 charts? I found one suggestion with a custom function in the report code but if I have 9 machines I get a report like so:
4 charts then 5 "No Data" charts on the first row
4 "No Data" charts then 3 charts followed by 2 "No Data" charts on the second row
7 "No data" charts then 2 charts.
In tablix I have a ColumnGroup on my machine name and in the Row Details a Group by the value returned from the function. In my function I was trying to count the machines and return a 1 for machines 1 thru 3, 2 for 4 thru 6 , etc...
