SSRS report - scrolling is not working in any Browser - reporting-services

Not sure what happened but all my reports are not scrolling in any Browser anymore. I am zooming into reports using viewer's zoom. I get a vertical bar, but it's not scrolling all the way to the end, thus I can't see horizontal bar.
I am using a local Mode - no SSRS server. Reports are viewed in the Report Viewer. I am not sure what code to show. Please advise and will share the code.
Thanks
Here is some code:
If I change ReportViewer 1_ctl13 height to something smaller like 630 then I can scroll all the way to the end and see the horizontal bar.
I tried something like this in ReportViewer.aspx:
<rsweb:ReportViewer ID="ReportViewer1" runat="server"
**style="height: 630px; width: 100%"** OnLoad="ReportViewer1_Load" EnableTelemetry="false">
</rsweb:ReportViewer>
But when I run it and inspect it still shows 773px.
Tried !important did not help.

Related

SSRS Report - Removing right side white space

I'm developing an SSRS report in Visual Studio 2012. The report is set up to use landscape orientation. There is a 0.25in margin on the left and no margin on the right. The report is 10.5 inches wide. ConsumeContainerWhitespace is set to True. There are no hidden objects outside of the normal report area.
When I look at the report in print view or actually print it out there is a huge amount of white space on the right side of the report. It's almost like the report is being shrunk and then left justified when printing.
I would love to get this fixed so the report prints the same as it looks in the designer. If anyone has an opinion or some input it would be most welcome. Thank you!
This problem appears when a Windows 10 user has their DPI set to a value that is higher than %100. If DPI is set to %100 then the issue does not occur and no white space is seen when doing a print view or actually printing the report.
This is a common issue with Windows 10 and certain applications including ClickOnce apps like the one I'm using to run the reports. There does not seem to be a way to fix this from within Visual Studio as you can't make an application DPI aware that uses the ClickOnce deployment model.
The following steps will fix a Report temporarily until it is updated and the .exe is overwritten. This fix will also work for other Windows 10 apps, including Chrome, that appear blurry from using a custom DPI over %100. Be aware though that while this fix will fix blurry fonts in a ClickOnce app and white space in an SSRS report it can also disturb control positioning and form size.
Navigate to C:\Users\\AppData\Local\Apps\2.0
Under the 2.0 directory you will see one or more folders that are named with a random set of letters and numbers. Within these directories you must find the folder for the desired application. The folders will usually start with the first 3 or four letters of the application but there can be more than one folder that exists for your application.
Locate the .exe for your application. There may be more than one .exe for your app so apply this fix fix to all of them just to be sure.
Rightclick on the .exe and select properties and click the Compatibility tab.
Check the Disable display scaling on high DPI settings checkbox and click OK
Rerun your application and create a report that opens the report viewer.
Click the Print Layout button. The report should now be displayed with no white space on the right.
Print the report. There should be no extra white space on the right side of the report.
You can also work around the issue by temporarily setting your DPI back to %100 but I think that is a poor solution.
If it is a matrix report, you may also try setting the ConsumeContainerWhiteSpace to true. It is Report level property that you can find under "Other".
or else if it is a tabular report then adjust the margin and width accordingly.
Here the link of the answer:
https://social.msdn.microsoft.com/Forums/Lync/en-US/4a965d5c-0906-4690-a995-35aae594018c/how-to-avoid-empty-space-in-right-side-of-the-ssrs-report?forum=sqlreportingservices
You have me stumped but things I would check:
There isn't a textbox or label or something pushing past the boundary of the expected margin. This causes the report to print like what you are seeing. Just expand the report and make sure everything is actually less than 10.25 inches.
Is your paper size set to letter?

How do we ignore <body scroll="no"> in MS webbrowser control

Problem we are trying to solve is: The vertical scroll bar is intentionally disabled in HTML code (by others), but users with larger Monitor screens are setting display to be larger than 100% in Windows causes clickable elements to be outside the the display of the webbrowser control when those pages are opened.
We need a way to reactivate the scroll bars when this occurs.
We have no control or authorship over the web page being opened.
Even though we have scroll bars enabled for the webbrowser control, the only thing we have seen so far that might explain why there is no vertical scrollbars displayed is the Body line at the top of each page. that says:
<body id="BuildingSelect.asp" topmargin="0" scroll="no">
My question is:
Is there a way to tell the MS webbrowser control to ignore the 'no scroll bars' command coming from the web page itself?
You can do it using javascript. Try adding the following code before the closure of the body.
<script>document.body.removeAttribute("scroll");</script>

Make front page for SSRS reports

I'm looking to make a home page for a set of SSRS reports with just title and a few hyperlinks to other reports.
How do you make the title fit the size of your screen rather than Report Manager just showing its actual size?
When looking at Report Manager there are big blocks of white down the side of the screen depending on the monitor size.
The only way you can achieve this is to set the report Zoom property to Page Width in the URL, for example:
http://myrshost/ReportServer?/AdventureWorks/Employee_Sales_Summary&rc:Zoom=Page%20Width
There are a lot of other things you can configure via the URL as well - such as hiding toolbars, passing parameters, displaying breadcrumb navigation, etc - which you may find interesting to have a look at:
https://msdn.microsoft.com/en-us/library/ms152835.aspx

Refresh page directing it to a particular div using HTML5/CSS3?

I am making a simple website and I am encountering a problem whenever I reload it.
I placed my menu at the middle of the screen and when you clicked it, it needs to go down to the content. My problem is, whenever I reload it, it would still go up and show the upper picture. What I want is that after one of the menu is pressed, the menu should now stay on the upper corner of the screen without showing the upper picture (Sample website -> http://ec2-54-84-168-45.compute-1.amazonaws.com/Teapop/)
It seems like my url code that directs it on a particular div (e.g menu#teapop_nav)` doesn't work as I expected after I deployed it on the hosting site even though it works well on my local build.
Without using any javascript code, is there a fix for this using html5/css3?
Thank you.
i just tested it on my computer (chrome & firefox) and it seems to work. And also on page refresh. The picture is always on the top.

SSIS Designer does not remember visible area

I am using SSIS in Visual Studio 2008 with SP1.
When I load the designer of an existing package, it always shows an empty area. I have to scroll down and right to see my components or use the area scroller to get them visible.
It looks like a bug. Does anyone knows a workaround to save the x,y positions of the visible area in a package ?
I get around this problem by doing the following:
Set zoom to 100% (View -> Zoom -> 100%) Note: you may have to click in the designer pane to get Zoom to show on the view menu.
Scroll the window to where you want it be when you open up the package.
Select and move a task.
Save file
For step 3, I usually select the top task and press Ctrl-[left arrow], Ctrl-[right arrow]. I like tasks to stay where I put them! :)
Hope that helps.
Select all the components -choose format - Auto Layout - Diagram
Then save your package
None of that worked for me in 2012. My controls were in the very bottom left corner so I cut them....moved the zoom to middle range and then pasted the controls and that worked.