The Items property controls the items available for selection in the Data Table control.
Property Type: Dynamic
Default Value: null
Hierarchical Reference: ControlNameListData
The default value of the property can be changed by any of the following methods:
Properties that are common between controls will be displayed in the properties list when controls are multi-selected.
Multi-selecting controls to apply the same property value is supported.
Property Value | Result |
---|---|
QueryDataValues("Server=MyServer;Database=Customers;","SELECT * FROM [CustomerExport] ORDER BY [CustomerName] ASC","","",TRUE) | Will return all the fields from the CustomerExport table in the Customer database. |
DwLookupCurrency | Will populate the Data Table with the data from the table Currency. |
Value can be controlled by a rule.