Question

try to generate the reportI made a migration from sharepoint 2010 to 2016, and I'm having a problem, I'm using reporting services and I want to visualize reports from the browser without using report builder but, I cannot do it, when I try to generate the report it launches me the following error "Cannot get the 'ValidateInputs' property of null or undefined reference. RSViewerPage.aspx"

Was it helpful?

Solution

check is debugging is off in your web.config, it should be like this

<SafeMode...... CallStack="true">
<customErrors mode="On">
<compilation batch="false" debug="false">
Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top