I believe this problem is with the MS rendering engine but I'm going to post here to see if anyone has any ideas.
I have a SSRS 2008 report that consists of 1 chart and 1 Tablix. The chart has custom code to handle the color and the line styles on the chart. (The number of series in the report is variable and I needed the same color and line styles to be on the same series if it was in the chart.)
Stand alone, this report works beautify. The problem occurs when I use it as a sub-report. I created a 'Master' report with the single report being called for a series of item numbers to report on. The report runs but I get the weirdest rendering that I can seem to solve. The single instance report runs as follows:
Chart object
Tablex object.
When I run the Master for 10 selected items I get:
Chart object 10
Tablex object 1
Pagebreak
Chart object 1
Tablex object 2
Pagebreak
Chart object 2
Tablex object 3
Pagebreak
: :
Chart Object 9
Tablex object 10
Somehow, the last chart is moved to the top of the report. The custom code in the sub-report is also messed up with the line colors and styles no longer matching as they did in the single report.
Has anyone seen anything like this? Any clues on how this might be resolved?
I have a SSRS 2008 report that consists of 1 chart and 1 Tablix. The chart has custom code to handle the color and the line styles on the chart. (The number of series in the report is variable and I needed the same color and line styles to be on the same series if it was in the chart.)
Stand alone, this report works beautify. The problem occurs when I use it as a sub-report. I created a 'Master' report with the single report being called for a series of item numbers to report on. The report runs but I get the weirdest rendering that I can seem to solve. The single instance report runs as follows:
Chart object
Tablex object.
When I run the Master for 10 selected items I get:
Chart object 10
Tablex object 1
Pagebreak
Chart object 1
Tablex object 2
Pagebreak
Chart object 2
Tablex object 3
Pagebreak
: :
Chart Object 9
Tablex object 10
Somehow, the last chart is moved to the top of the report. The custom code in the sub-report is also messed up with the line colors and styles no longer matching as they did in the single report.
Has anyone seen anything like this? Any clues on how this might be resolved?