0

I'm trying to enable ShowParametersPrompt in the SSRS ReportViewer API - Microsoft.Reporting.WebForms API.

Help would be appreciated as it's not showing the parameters in my report. Only the toolbar is enabled.

                    rptViewer.ProcessingMode = rs.ProcessingMode.Local;
                    rptViewer.ShowParameterPrompts = true;
                    rptViewer.ShowToolBar = true;
                    rptViewer.LocalReport.ReportPath = physicalReportPath;

enter image description here

user3167162
  • 445
  • 1
  • 6
  • 23

0 Answers0