how to add parameters in report viewer?

后端 未结 3 1983
执笔经年
执笔经年 2021-02-13 02:37

HY! I have a form application in visual studio 2010 and I want to create a report with report viewer and to add some parameters. I tried to add parameters from code but it didn`

3条回答
  •  梦如初夏
    2021-02-13 02:57

    So when you create report definition (rdl or rdlc file) you have to add parameters with exactly the same names. So for your case you have to add datastart and dataStop parameters. To do it just click Parameters in Report Data Window and click add new.

提交回复
热议问题