ReportViewer 15.0.0.0 - Remove PageWidth and WholePage option from Zoom dropdown - reportviewer

We have an MVC web application, and recently we migrated from Microsoft ReportViewer from 11.0.0.0 to 15.0.0.0 version.
We started having different issues in terms of UI, one of which is mentioned as below.
The Page width and Whole Page options in zoom dropdown are not working as expected. When we select any percentage like 100% or 200% the report zooms properly.
However on selection of Page Width or Whole Page nothing happens. And the report remains in the zoom which ever it was already.
So I have below 2 questions
Does any one have idea why these options does not work with ReportViewer 15.0.0.0 ?
As a work around we would like to remove these options from this dropdown. How can we remove these 2 options from this zoom options related dropdown
Below image shows about which dropdown I am talking about. Please note that this issue comes when we use ReportViewer control 15.0.0.0 with our MVC web application.

Related

ReportViewer 15.0.0.0 shows scrollbar along the parameter and report body section

We have an MVC web application, and recently we migrated from Microsoft ReportViewer from 11.0.0.0 to 15.0.0.0 version.
We started having different issues in terms of UI, one of which is mentioned as below.
When we run the report from SSRS (SQL Server 2016), we can see that the vertical scroll bar is displayed only in the report body section, as shown in below image
However when we display this report from our MVC web application, the vertical scroll bar covers the parameter as well as report body section, as shown below
Any idea why we are facing such issue with ReportViewer 15.0.0.0 ? We were not facing such issue with ReportViewer 11.0.0.0
Following is the screenshot of how we have used ReportViewer control

Webview2 is showing white screen instead of website Visual Basic

I have been using a Webview2 control in a program of mine for a couple of years now. Today, it just started to showing a white screen instead of the web page. The source I was using is https://kenocloud.com/game/Players%20Keno/1/
I changed the source to https://www.google.com and it worked. Then I created a completely new program with one form that has a webview2 control using the https://kenocloud.com/game/Players%20Keno/1 source and it works. So then I deleted the webview2 control and tried to start over again, but when I load the control, all of the old values show in the properties box. So where can I go from here.
Thanks

wxWidgets controls paint/draw/display issue on Windows

I built a small wxFrame GUI, originally on Linux using CodeLite+wxCrafter, but on Windows the controls are not visible until I click on a notebook page and back, or resize the form, or hover the mouse over a control. I created a new Windows CodeLite+wxCrafter project and it does not display this issue. I tried comparing all the details between the two projects to see what differences there were, but couldn't find any that fixed the issue. I'm puzzled.
For example, this is what I see when I run the app:
After clicking on the Advanced Page and then back to the Run Page or resizing the form, this is what I see:
Or if I hover my mouse over say a wxButton (Open) it shows up:
This is what it should look like, after I click on the Advanced Page and back to the Run Page or resize the form, and then hover my mouse across all the text controls.
Any ideas what the display issue is?

How to resolve Windows Forms designer issue - controls move on debug?

Is there a reason / fix for this weird designer issue (at least, I think it's related to the designer), whereby the controls on the form do not appear as they do in the design window when I debug the application..!
Please see the following two screenshots to demonstrate the problem (note: I have blacked out some of the content of the form, this is not the problem):
Picture 1: Showing how the form appears in the designer view
Picture 2: Showing how the form appears in debug mode
You can clearly see that some of the buttons have moved position on the form.
Note: At first glance, this may appear like a duplicate of: Windows Forms Designer destroys form layout. However, I have not installed any additional tools or components. This is simply a standard "vanilla" build of Visual Studio 2012 on Windows 7 32-bit.
I've also come across this question: UI Controls Overlapping & Fonts Issue in Windows Forms Application. However, I am not using "large fonts", nor am I using any non-standard fonts on my controls (all label and button text is left as default). Still, I can see how this would affect the control positions and will do some more checks in this area.
There's nothing happening within the form's Load method.
I'm also using TFS 2012.
What could be causing this? Is there anything I can do to fix it?
EDIT: I've removed the font property for each label and button control, allowing the system to set the default value. Still no change. Interestingly, if I open the form in design mode, then save it, then close it, then open it again, the buttons have moved... If I do this a few times, the buttons migrate until they're off the form.
OK, I've found the answer, after a bit more fiddling. It seems to be related to the Anchor property on the controls. I made a bunch of changes, testing between each change to see if there was any difference. When I selected all the controls and set the Anchor property to Top, Left, this solved the issue.
I hope this helps someone else at some point!

Visual Studio Report Viewer 2010 with Internet Explorer 9

My company has a system running in asp.net using the report viewer to display some reports. After upgrading to Internet Explorer 9, the reports are not displayed correctly when using different zoom from 100%. The problem not occurs when the compatibility mode is seted on IE.
The problem is easy to be reproduced and i upload some screenshots at https://picasaweb.google.com/102746433851783529556/ReportViewerScreenCaps#
In the test, I used the examples available in http://archive.msdn.microsoft.com/reportviewer
When viewing with zoom in "Page Width", the top of the report is cut.
When you view with the zoom in "200%", a track is added on top of the blank report. The problem occurs whith the versions 9 and 10 from rv control.
Is there a hotfix or workaround for this?
Thank you.