I would like to create a report using a specific LINQ query with a where clause. I cannot figure out how to bind my Report1 to that LINQ query. Is it after the InitializeComponent(); in the code-behind page? Or is it in its own function? After I bind that, how do I bind controls, such as a textbox, to that function in the designer page? Do you have a sample project that I can use as an example?