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

WizardSettings.EnableObjectDataSource Property

Gets or sets whether the Specify Data Source Settings (Object) 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 = "enableObjectDataSource")]
public bool EnableObjectDataSource { get; set; }

Property Value

Type Description
Boolean

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

Property Paths

You can access this nested property as listed below:

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