Unplanned
Last Updated: 20 Nov 2024 14:23 by Gary Michaels
Gabor
Created on: 18 Nov 2024 12:25
Type: Bug Report
1
The option 'parametersAreaVisible' of the HTML5 Report Viewer is not respected

Even though I set "parametersAreaVisible" to false, the parameter area is still visible. A bit of tweaking.

Let me make a change request in the telerikReportViewer-18.3.24.1112.js file:

function showParametersAreaIfNecessary(params) {
            parametersAreaNecessary = hasVisibleParameters(params) || !controller.isReportAutoRun();
            showParametersArea(parametersAreaVisible && parametersAreaNecessary);
        }

1 comment
Gary Michaels
Posted on: 20 Nov 2024 14:23

I have just discovered this problem. What can we do?

Is there a workaround?

Thanks