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

ReportDesignerWizardSettings.EnableSqlDataSource Property

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v19.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(true)]
public bool EnableSqlDataSource { get; set; }

Property Value

Type Default
Boolean **true**

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EnableSqlDataSource
Reporting ASPxReportDesigner
.SettingsWizard .EnableSqlDataSource
ASP.NET Web Forms Controls ReportDesignerSettings
.SettingsWizard .EnableSqlDataSource
See Also