Back to Devexpress

ReportDesignerWizardSettings.EnableSqlDataSource Property

xtrareports-devexpress-dot-xtrareports-dot-web-dot-reportdesigner-dot-reportdesignerwizardsettings-17469e7b.md

latest2.8 KB
Original Source

ReportDesignerWizardSettings.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

Assembly : DevExpress.XtraReports.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Reporting

Declaration

csharp
[DefaultValue(true)]
public bool EnableSqlDataSource { get; set; }
vb
<DefaultValue(True)>
Public Property EnableSqlDataSource As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to EnableSqlDataSource
ASP.NET MVC ExtensionsReportDesignerSettings

.SettingsWizard .EnableSqlDataSource

| | .NET Reporting Tools | ASPxReportDesigner |

.SettingsWizard .EnableSqlDataSource

|

See Also

The Specify Data Source Settings (Database) Page in the Data Source Wizard

The Specify Data Source Settings (Database) Page in the Report Wizard

ReportDesignerWizardSettings Class

ReportDesignerWizardSettings Members

DevExpress.XtraReports.Web.ReportDesigner Namespace