Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.01 KB

File metadata and controls

20 lines (11 loc) · 1.01 KB

Files to look at:

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.

Description

Starting with v16.1.4, the TableQuery class is no longer used (see BC3458). So, it's necessary to use the SelectQuery class instead.