How to change the SSRS input parameters position in report

后端 未结 5 1581
梦如初夏
梦如初夏 2020-12-09 19:31

My SSRS report contains 7 input parameters and while running my report the size of the parameter(i.e. length) is increasing.

One of my input parameter(drop down list

5条回答
  •  攒了一身酷
    2020-12-09 20:12

    Use ASP.NET for the paramaters and a ReportViewer control or URL access to render. Seriously.

    I don't know of any option to present parameters any way other then the default

提交回复
热议问题