结果集被显示在一个下拉列表中,该下拉列表包含了报表中所有数据绑定控件。
The available result sets are displayed in a dropdown list that contains all data bound controls in the report.
当你偏爱列表样式的数据而不是表格式的数据时,你可以使用简单数据绑定控件。
You would use simple bound controls when your preference for presenting list-style data is as a set of fields rather than a grid.
有一个 DropDownList 控件,它绑定到一个从 Northwind 数据库中检索客户列表的 SqlDataSource 源控件。
There is a DropDownList control that is bound to a SqlDataSource source control the retrieves a list of customers from the Northwind database.
应用推荐