Skip to main content

ChooseEFContextPage.BrowseForAssembly() Method

Runs the Open File dialog (corresponds to clicking the Browse button on the Select the Data Context wizard page to select a custom assembly).

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public void BrowseForAssembly()

Remarks

In the End-User Report Designer, the Browse button is not available on this page by default. To learn more, see Ensuring Data Access Security.

See Also