Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 2.01 KB

File metadata and controls

28 lines (17 loc) · 2.01 KB

Dashboard for WinForms - How to Display the Underlying Data for a Dashboard Item

This example demonstrates how to display the underlying data when an end-user double-clicks a dashboard item.

screenshot

The example handles the DashboardItem.DoubleClick event, calls the e.GetUnderlyingData method to retrieve records from the dashboard item's data source and invokes a form with the Grid control that displays the data.

Starting with v19.2 you can use the built-in Data Inspector to display the underlying data.

Files to Review

Documentation

More Examples