Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
if (reportView == null) return; QueuedTask.Run(() => { reportView.Refresh(); });
Target Platforms: Windows 10, Windows 8.1