Need advice on how to display multiple line charts in one report? Currently charts are stretched out and on each other when viewing the report. Expected outcome:
Asked
Active
Viewed 159 times
0
-
You can Refer the below Link https://stackoverflow.com/questions/42552392/ssrs-set-dynamic-body-height – Roshan Nuvvula Feb 26 '19 at 08:42
-
@Roshan , thanks but it did not help – CODECO Feb 26 '19 at 13:12
1 Answers
0
Not a lot of detail given on what exactly is happening with your report, but I think the solution would be to set up a second column to keep the charts from stretching too far. If you click anywhere outside of the report boundaries, the report properties appear in the properties window. Set Columns
to 2, and ColumnSpacing
to 0 unless you want to ensure a certain gap between charts.
For more details on how this works, refer to the MSDN page here and here.
This does have limitations, as the columns can only be rendered in PDF and Image formats. You can also refer to this StackOverflow question for more information.

Steve-o169
- 2,066
- 1
- 12
- 21
-
as you can see the first picture displays how many charts should be displayed. When rendered in browser, the charts get stretched out and duplicates (the image below). There must be only 6 line charts. – CODECO Feb 27 '19 at 10:38