Can we auto size content to center when viewing SSRS reports? - ssrs-2016

Display center when viewed in report services

I believe you wish to show your first two column middle align or should be in middle of a column.
What you need to do is click on the cell in 1st column then press F4, you will have a property window on right bottom hand side.
There you can choose how to wish to see your column value.
Right, left or center.
Property is called “TextAlign”.
Link for reference:
https://www.mssqltips.com/sqlservertip/3546/sql-server-reporting-services-text-box-orientation/

thank you but that is not what I meant. Just to rephrase on what I posted. Let say a user has a 21 inch screen and the other user has 15 inch screen. When viewing the SSSRS report it should auto centre according to the screen size. I hope this helps..

Related

How to freeze an area in Excel?

I want to freeze only certain cells in an area in an excel sheet to make that area act like a fixed menu. A screenshot is attached as an example. The highlighted area needs to be fixed when a user scrolls vertically.
Thanks for any advice.
Excel has a "Freeze panes" for this, in the "View" menu, "Window" item, as you can see from this screenshot:
You select the cell at the right bottom of the area you want to freeze and you do "freeze panes". There are some more possibilities you can find while clicking "Help" and searching for "freeze".
edit after edit of original question:
Oh. Seeing the edit, I think I believe what you want: you want the left columns to be fixed (you can't scroll down) while you want the other columns to be scrollable. This is not possible, because it would mean that the number of your row does not correspond with the row number of the cell you're in.

Bug in Excel? Shows a blank region although cells are not empty

I have a page with some 300 rows, and they are all populated with formulas and values.
When I scroll downwards all is well but suddenly there is a blanc region. However, if I click some cell in that region, a small region appears with all its values. Then I click again and some more cells appear but I simply cannot see the whole page. Is this a bug? Is there a workaround? Thank you!
Select the range where you would like to delete the format. Than click the Home tab, in the Editing group (right on Microsoft Excel), click the arrow next to the Clear button, and click clear format.

Word - How to stick text to the bottom of page

https://SURU.tinytake.com/sf/MTQxMTgzOV81MDc2MDI2
I want to stick some text of the bottom of the page, like on the screen, just before footer always. When there is text (from mergefield), next should be new lines. I hope screenshot make it easier to see.
You can put the text in a text box or frame with position set to "Bottom
Relative to Margin". It's the only idea I have due you don't want to use a footer.
Or you can see this article
Basically it gives three options:
Negative left indent
Margin text box
Anchor to the header
I found the solution to the problem on Microsoft's page and I hope that this page comes up for as many people as possible.
Select the text you want to stick to the bottom (or top) of the page. Under Layout tab take a look at the bottom right of the page layout section and you should see a small arrow that, when clicked on, opens a new menu. In that menu, go to layout tab and set vertical alignment to be "bottom". IMPORTANT! Make sue that the next menu option (at the bottom of that window) is set to "apply to selected sections" otherwise, you will be writing from the bottom of the page upwards.
Here is the source image that helped me. https://filestore.community.support.microsoft.com/api/images/0382c4a8-ade9-4fc4-be66-bcd2c7101479?upload=true
Here is the visual representation:
Note that the person who took the screenshot set the last setting to whole document, not just selected sections.
If selected sections option isn't available, make sure you selected a text before opening the menu.
Hope this helps!

Motif: How to move Scroll Bar automatically without user intervention

I have a scrolled window in my application, in which I have created a drawing area widget. In the drawing area, I have placed multiple images. When the user enters information about an image in a search box, the appropriate image gets highlighted.
My problem is how do I get the application to scroll automatically to the highlighted Image box without the user using the scroll bar. The scrolledwindow should automatically move the view region, to display the region where the highlighted Image is present.
The scrolling policy used on the scrolled window is XmAUTOMATIC.
Any pointers would be greatly appreciated.Thanks in advance.
Try XmScrollVisible() if this does not work then you will need to:
1. Find out the size of the work area.
2. Find out the size and position of the clip window.
3. Find out the max/ min values for the horizontal scrollbar.
4. Use XmScrollBarGetValues() for the horizontal scrollbar to get its position within the max/min values.
5. Do some math magic to determine how much to move the horizontal scrollbar to get the work area to show through the clip window.
6. Call XmScrollBarSetValues() with Notify = True.
7. Repeat for the Vertical scrollbar.
HTH

CSS: variable width side panels with fixed centre

I require the following layout, with three columns, left, content & right.
The left and right content simply will have an image within them, and the left col. Image needs to stay to the left of the browser, and the right col. Image to the right side of the browser, so when the browser width is resized both the columns stay to their edge.
Where as the content/centre column needs to be a fixed with of 960px and also remain in the middle of the screen.
So on resize the browser width the content stays in the middle, but then when the browser is width is reduced both left and right columns do not go over the main content but stay either side.
I have tried multiple times but am having much success at present, any help would be appreciated.
thanks si
UPDATE:
As requested I have added a jsfiddle of what I have tried:
http://jsfiddle.net/UcmBj/
I get to 99% of what I want but the content remains centred and the right stays to the right but ideally I would like it so the content and the panels remain centered.
At the moment if scaled down the left column and part of the content is viewable but I would like the content to be viewed in the window/centred so the left column is displaced to the left off the screen. thanks hope the link helps.
Bit of details: side columns should be min width of 280 and the content section width of 960 set, thus the outer container min 1520.
Does this help you at all?
http://www.manisheriar.com/holygrail/index.htm
http://jsfiddle.net/andresilich/6vPqA/3/show/
Well having looked around, looks as if Its not possible just yet for how I wanted to do it, so what I did was have my left and right columns positioned using css to the left and right, then using css media queries added a negative margin to each so that they would move so not interrupting the main content.

Resources