Align images dynamically alongside bar graphs in SSRS Charts - reporting-services

My requirement is to display images dynamically next to the bars in SSRS charts. I have been using many ways and was not able to find an apt solution to the problem.
I have used the bar graphs and a tablix to display images next to the bars. I have used an expression in order to repeat the images based on the number of the rows obtained from the dataset.
But the main problem is with the alignment of the images with the bars. Here's a pic.
And when the parameter/selection is changed the alignment of the images with the bars get scrambled.
I need to get the images adjacent to the bars just like the previous image(image1) even if the selection is changed.
Is there any way I can get through this?
Please share a solution.
Thanks.
Sai Chaitanya

IMO your image is meaningless clutter, but anyway ...
I would insert a column into the existing Tablix (left of the current image) and move the chart inside that cell. I would remove both axes, Titles etc so you just get a single bar in each cell.
Then I would insert another column into the existing Tablix (left of the chart) and pic the category label which you have blurred out in your image above.
Finally I would add footer rows to show an image for the X axis scale, and the X Axis title.

Related

SSRS Chart, is there a way to left-align the y-axis?

I have a bar chart and I would like the text to be left-aligned. I've tried checking the Vertical Axis Properties and there are Label and Label Font settings, but alignment is not one of the settings.
What I've tried:
I have tried to use the alignment icons on the toolbar, but they are grayed out. I've also tried right-clicking on the chart, choosing Chart > Layout, and all of the alignment options are grayed out there as well.
What is the best method to align the labels to the left, while keeping the gradient bars looking the same please?
I do not think this is possible using a chart.
What you can do instead is to create a table with two columns, grouped on the same field as your chart Category. In the first column you can simply put the Category label and in the second column add a chart, you can use a data bar.
This will allow you to format your 'labels' and chart bars as you see fit.

Rectangle or Border look alike behaviour on SSRS report

How can I have fixed rectangle inside the report body for every page ? I am placing a tablix, after that a matrix inside that rectangle.
I have attached pictures of my ddl design view, pdf view and desired result layout.
So far, I have tried to use fixed tablix size by using sql insert empty row. But this way, I wasn't able to put my matrix inside it.
By simply using rectangle, since the rectangle is fixed sized and I am getting problem when my tablix has more data and it is pushing down the rectangle if I have some space below my tablix and matrix.
Any insight will be greatly appreciated.
In your Report Properties, set the ConsumeContainerWhiteSpace setting to true and make your Rectangle as large as it need to be on a page. In doing this, the tables will grow into the white space with each row and not push the bottom of the rectangle until the table is too large to fit.

Put bars inside of each other in SSRS, but not stacked

In SSRS in a bar chart, in order to save space I would like to put two bars inside of each other (or behind if you want to say so, but not stacked). How is that possible?
See example image.
Sample image
I believe the trick is to create a standard vertical column chart, then change the bigger bar's series to a range column chart. Then change the 'point width' attribute of each series to be different, so one bar fits in the other.

SSRS elements jumping of Position

I am currently having the following Problem:
I have 2 SSRS Texboxes which I place right above a Matrix:
Now as you can see the Textboxes are fixed in a standalone Position, and are all alone without anything else around them,
but guess what happens as soon as I click to Preview my Report, this happens:
The Textboxes Fly out of the Report,
and I have done everything to get them in place, I have tried getting them a little to the left, but in the end, after I got to where it would stop jumping, I got them so much left that they were in a place that I couldn't have them in.
Has anybody using Reporting Services ever experienced this?
Does anyone have a solution? Are there some properties I need to change in order for the Textboxes to stop Jumping?
Great Question, GBerisha! Essentially, you want the horizontal distance between the Heading Textbox and the two rightmost Textboxes to be fixed. There are two ways to accomplish this. The first would be to create a Rectangle from the Toolbox Menu and place the Heading Textbox and the two rightmost Textboxes inside that Rectangle. That will keep the expanding Matrix from pushing out the two rightmost Textboxes as it expands. The other way would be to create a Table, delete the Detail Row, and place the three Textboxes in the Table Header.

Report items affecting each others positions in SSRS 2008

I'm having trouble with some report items changing other items' positions when they are conditionally hidden.
I've been using Reporting Services 2000 for printing item price labels as PDFs, with the report consisting of a single table with a single cell for each item. The data fields and other items on the label are all placed inside a single rectangle. Because of the very specific layout required, some of the report items overlap in the designer in order to position correctly on the rendered PDF.
This has worked fine for several years, until we upgraded to SSRS 2008 and I had to migrate the report to the new version.
Now, suddenly, when certain items on the report are hidden (by an expression in the Hidden-property), certain other items shift their positions. In some cases, even the containing rectangle is resized.
After quite a bit of googling, I've come to the understanding that SSRS 2008 attempts to maintain the relative spacing between report items, so that if an item to the left of another one changes in size, the item to the right is adjusted accordingly.
Apparently, hiding an item equates to changing its size to zero, and so the item next to it is shifted left to fill the gap.
However, I do not want this behavior, since all items should stay in their predefined positions regardless of others.
So, does anyone know of a way to "fix" report item positions, so that they are not affected by hiding other items?
I've tried placing the items inside separate rectangles so as to group them, in the hope that only items inside the same rectangle can affect each other, but this does not seem to help.
Any ideas would be greatly appreciated.
In the side by side example, you can place the control that may be hidden into a rectangle big enough to hold both; but then put the other control that must stay in a fixed position BEHIND the rectangle (i.e. the parent of this control is the report rather than the rectangle).
If that's not enough, and the hidden and non-hidden items use the same dataset, you could (shudder) use a giant tablix control with a grouping of =1 and the right number of rows and columns to control the layout (because you can insert rectangles inside).
Some other tricks are to set the color/backgroundcolor properties to white (though in some rendering formats you can click and drag to highlight and still read what was there)... alternately you can go so far as to make the contents of controls all expression based, so as not to produce anything if a condition is met, and so it's basically invisible.
Another approach: create rectangles containing the fields you want to hide, then put a WHITE line across the entire bottom (or top) of the rectangle. This keeps the rectangle the same size even if the fields within it are hidden. A rectangle will shrink if the fields within it shrink, but the line spanning the entire rectangle prevents this from happening.
Not sure if this will help anyone else as it's a fairly specific requirement but it solved my variant of the OPs issue so here goes. I was designing an SSRS report to print labels (in my case the Avery 5164) and the users wanted to pick which labels on the sheet they would print because they may have already used one or two labels from a page. Because the positioning of the printed labels is important I needed them to stay in place even if the labels above them on the sheet were hidden. My solution was to create empty rectangles of the same size as the label and lay them directly on top of the existing rectangles. Even if I hide two, three, four, etc... labels, the rest will stay put.
Just draw a Rectangle, and slightly overlay the Objects with the Conditional Hidden expression with the position of your new empty Rectangle. Objects out to the right will be held in place by the Rectangle. No background colors or anything, just a Rectangle. Works vertically like if you have an address block and you want objects underneath the address lines to stay put. Like so...
enter image description here