A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
public DataSourceWizardSettings DataSourceWizardSettings { get; set; }
Public Property DataSourceWizardSettings As DataSourceWizardSettings
Property Value
Type | Description |
---|---|
DataSourceWizardSettings | A DataSourceWizardSettings object. |
Remarks
At present, the Report Designer for WPF supports the following wizard settings:
- SqlWizardSettings.AvailableDataProviders
- SqlWizardSettings.DatabaseCredentialsSavingBehavior
- SqlWizardSettings.DisableNewConnections
- SqlWizardSettings.EnableCustomSql
- EFWizardSettings.ShowBrowseButton
For code samples, see the following examples online:
- Report Designer for WPF - How to enable end-users to execute custom SQL
- Report Designer for WPF - How to enable end-users to load custom assemblies to the Entity Framework context
Implements
DevExpress.Xpf.Reports.UserDesigner.Native.INativeReportDesignerUI.DataSourceWizardSettings
See Also
Feedback