Вопрос

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"

Это было полезно?

Решение

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">
Лицензировано под: CC-BY-SA с атрибуция
Не связан с sharepoint.stackexchange
scroll top