Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to implement report in winform using two method.
1.using report application in new project and new form to view the selected data row from the database

2. adding a report in a existing project in the purpose of view the details from table.

please tell me how can i use the filter criteria in report by using search button to view specific data from table
Posted

1 solution

Im not 100% sure of your requirements - but I'd be looking at

a) writing a winforms component that consists of a DataSource, BindingList, DataGridView
b) Extending the component maybe with something like http://www.getcodesamples.com/src/1240485D/F53FBD61[^] or https://adgv.codeplex.com/[^]

For your second question, you would then add another form, drop your component onto it and wire it up to your datasource

(The 2 links I gave you show filtering DataGridViews - if you google for BindingList Filter Search you may get more - Ive used adgv in a project, its pretty good)

Did I understand your question ?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900