ControlPanelObjectBuildDropDownData Method |
|
DataPA OpenAnalytics API Reference
Rebuilds the data for a drop down list
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DataTable BuildDropDownData()
Public Function BuildDropDownData As DataTable
public:
virtual DataTable^ BuildDropDownData() sealed
function BuildDropDownData();
Return Value
Type:
DataTableA datatable containing the data for a drop down list
Remarks See Also