SSRS 2017 Report Builder correctly renders report with drilldown buttons and field data. When rendered in the browser both the drilldown and field data are not visible.
Edge, Chrome and IE all hide the field with the drilldown button on it.
The fault appears to lie with css in .MSRS-RVC .tdResizable overflow:hidden
, as if this is unticked (both in Chrome & IE Devtools) the fields are correctly shown, and work normally.
Edge screen grab showing missing fields:
Report Builder Screen shot showing how it should look with drop down buttons
SSRS Version
I have tried editing 'C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer\Styles\htmlviewer.css' by adding
.MSRS-RVC .tdResizable {
overflow: visible !important;
}
to the bottom, however this has made no difference (I have restarted SSRS, but have not rebooted the server). Not sure I'm looking in the right place really...