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

2019-08-16 05:10发布

问题:

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.