DashboardControl.InvalidateData Method
Name | Parameters | Description |
---|---|---|
InvalidateData() | none | Schedules the asynchronous data update for the entire dashboard. The data update is performed when the UpdateLayout() method is called. |
InvalidateData(String) | dashboardItemName | Schedules the asynchronous data update for the specified dashboard item. The data update is performed when the UpdateLayout() method is called. |