Creating a Lookup Table for C1TileControl
In This Topic
To create a lookup table using the PropertyMapping Collection Editor, complete the following:
-
Create a new data source. For more information see Connect to a new data source.
-
In the Data Source Configuration Wizard expand the Tables and select Categories, Products, and Suppliers.
-
Select Finish.
-
Select the C1TileControl and expand the Data node in the C1TileControl’s property window.
-
Set the C1TileControl.DataSource property to c1NwindDataSet.
-
Set the DataMember to Products.
Setting these two properties binds the products data table in the c1NwindDataSet to the TileControl.