Skip to main content
A newer version of this page is available. .

WizardSettings.EnableSqlDataSource Property

Gets or sets whether the Specify Data Source Settings (Database) page is enabled in the Report Wizard and Data Source Wizard.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly: DevExpress.XtraReports.v20.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "enableSqlDataSource")]
public bool EnableSqlDataSource { get; set; }

Property Value

Type Description
Boolean

true, to enable the Specify Data Source Settings (Database) page; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableSqlDataSource
ReportDesignerModel
.WizardSettings .EnableSqlDataSource
See Also