How to change the SSRS input parameters position in report

后端 未结 5 1582
梦如初夏
梦如初夏 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 19:55

    You can certainly do that, just right click on the RDL file in the solution explorer and select view code. then move the XML tags named under according to where ever you want to position. And then save it. thats it!!!

    The report parameters are kind of floating in values of 2, so if u have 4 report parameters then it will be shown as 1,2 next line 3,4. Best of luck!!

提交回复
热议问题