I have a report viewer on my asp.net page. I want the report viewer to be visible on the full page. I tried to specify the height (100%), but it does not work, I also specify AsyncRendering = "False"
I also tried SizeToReportContent = "true", but when I use this property to send a report, it sets the initial search parameters, has a random height and width. Is there any other way to solve this problem?
In particular, I want this to be fixed in IE11 with all document modes (Edge, etc.)
source
share