Unplanned
Last Updated: 22 Aug 2023 11:41 by ADMIN
Ahmad Josef
Created on: 18 Jan 2023 14:26
Type: Bug Report
1
The DocumentMapVisible/ParametersAreaVisible values set during the initialization of the viewer are not respected

The DocumentMapVisible/ParametersAreaVisible settings that I set in the initialization of the native Blazor Report Viewer are not respected.

I can hide/show these areas from the buttons in the report viewer's toolbar but am unable to have them hidden initially.

Currently, the only workaround is to have a JS function that clicks on the toolbar after initialization:

function reportViewerMapClick() {
    $(".k-i-dictionary-add").click();
}

0 comments