Parameters Collapsable fields on SSRS report work in browser but not in webforms report viewer

29 Views Asked by At

Using SSRS 2019 .net 4.6 Webforms reportviewer 15

I have a report with parameters and collapsable rows, to allow drilling down to specific items. This works fine in Visual studio and via the web. When I try to embed the report using the webforms report viewer, changing the parameters doesn't work and the clicking on the plus symbol doesn't expand. It looks like all interaction with the report fails.

Any advice greatfully received.

1

There are 1 best solutions below

0
Matthew Baker On

One of the developers here found me the solution. Two settings needed to be updated.

  • myreportviewer.InteractivityPostBackMode = 1
  • MyReportViewer.AsyncRendering = False