Skip to main content

ReportDesignerModel.WizardConnections Property

Specifies the data connections available in the Data Source Wizard.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public WizardDataConnection[] WizardConnections { get; set; }

Property Value

Type Description
WizardDataConnection[]

An array of WizardDataConnection objects.

See Also