Skip to content

DevExpress-Examples/winforms-dashboard-bind-to-entity-framework-data-source-at-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BI Dashboard for WinForms - Bind a Dashboard to an Entity Framework Data Source in code

The following example demonstrates how to bind a dashboard to the SQLite database using Entity Framework 6.

In this example, the DashboardEFDataSource class is used to connect the dashboard to the Entity Framework data source.

screenshot

Files to Review

Documentation

More Examples