Skip to main content

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

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

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

Declaration

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

Property Value

Type Description
Boolean

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

See Also