Files to look at:
- Form1.cs (VB: Form1.vb)
- Program.cs (VB: Program.vb)
- XtraReport1.cs (VB: XtraReport1.vb)
How to dynamically pass XtraReport parameters into the underlying SqlDataSource to perform server-side filtering
This example shows how to dynamically add a parameter to XtraReport, compose FilterString in the SqlDataSource and use XtraReport's parameters to filter data in the SqlDataSource.
Starting with v16.1.4, the TableQuery class is no longer used (see BC3458). So, it's necessary to use the SelectQuery class instead.