Back to Devexpress

ReportDesignerBase.DataSourceWizardSettings Property

wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-dot-reportdesignerbase-78c6fe28.md

latest3.7 KB
Original Source

ReportDesignerBase.DataSourceWizardSettings Property

Enables you to specify the Data Source Wizard settings in an end-user reporting application for WPF. This is a dependency property.

Namespace : DevExpress.Xpf.Reports.UserDesigner

Assembly : DevExpress.Xpf.ReportDesigner.v25.2.dll

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
public DataSourceWizardSettings DataSourceWizardSettings { get; set; }
vb
Public Property DataSourceWizardSettings As DataSourceWizardSettings

Property Value

TypeDescription
DataSourceWizardSettings

A DataSourceWizardSettings object.

|

Remarks

At present, the Report Designer for WPF supports the following wizard settings:

For code samples, see the following examples online:

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DataSourceWizardSettings property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

reporting-wpf-designer-load-custom-assembly/CS/UseDataSourceWizardSettings.xaml#L9

xml
<dxrud:ReportDesigner>
    <dxrud:ReportDesigner.DataSourceWizardSettings>
        <dxda:DataSourceWizardSettings EFWizardSettings="{dxda:EFWizardSettings ShowBrowseButton=True}" />

See Also

Data Access Security in WPF Applications

ReportDesignerBase Class

ReportDesignerBase Members

DevExpress.Xpf.Reports.UserDesigner Namespace