How can I filter my data in Crystal Reports in C#?

孤者浪人 提交于 2019-12-24 21:34:39

问题


I have text fields where I can enter all my data, and when I click a button print it will directly go into the Crystal Report which is already filtered containing my data. How do I do this?


回答1:


Pass the data as parameters to the Report. Bind the button click event to Generate the Report.



来源:https://stackoverflow.com/questions/2263390/how-can-i-filter-my-data-in-crystal-reports-in-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!