I have a problem in dealing with the ReportViewer in WPF. I have a datagridview which is bound to an observable collection of a specific object. Whenever I clicked the Generate Report button. I want to populate all those objects inside the collection into the ReportViewer which displays the objects per page. I learned here how to populate each objects in a datagrid but now I need to populate all the objects in the collection per page.
EDITED: I already have my own .rdlc which I created manually(not using the report wizard)
I hope someone can help me. Thanks in advance. :)