Search results
Suggest a FeaturePDF

How to disable the vertical scrollbar in parameter panel

To disable the vertical scrollbar in parameter panel, set the enableparameterblockscroller property to false.

Example

Copied !
<bold-reportviewer id="reportViewer_Control" [reportServiceUrl] = "serviceUrl" [reportPath] = "reportPath" [enableParameterBlockScroller]= false >
</bold-reportviewer>