How can I filter my data in Crystal Reports in C#?
问题 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