Skip to content

DevExpress-Examples/reporting-wpf-designer-load-custom-assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reporting for WPF - How to Enable End Users to Load Custom Assemblies to the Entity Framework Context

In the Data Source wizard, it is possible to load custom assemblies by using the Browse button on the Select the Data Context page.

Choose the Data Context Page

In the End-User Designer, this button is hidden by default, so that end-users are allowed only to select the data context from assemblies referenced by the project.

Choose the Data Context Page with the Browse Button

This example illustrates how to enable this functionality in the End-User Report Designer for WPF.

Files to Review

Documentation