The 2016 SQL Server Report Builder allows users to arrange how the parameters will be laid out when the report renders. This gives you much more flexibility than previous versions which just shoved the parameters into a 2-column stack at the top of your report.
However it seems that the ASP.NET Report Viewer does not honor the layout that I'm specifying. For example, if I layout my parameters in 4x3 rows, the rendered report in the ASP.NET Report Viewer still shows the parameters in a 2x6 grid.
Does ASP.NET ReportViewer just not support custom parameter layouts for remote reports?
FYI: I'm using Version 11 of the ReportViewer. https://www.nuget.org/packages/Microsoft.Report.Viewer/11.0.0