Skip to main content

DxReportDesignerWizardSettings.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.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v23.2.JSBasedControls.Common.dll

NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.Common

Declaration

[Parameter]
public bool EnableObjectDataSource { get; set; }

Property Value

Type Description
Boolean

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

See Also