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

ReportDesignerModel.WizardConnections Property

Specifies the data connections available in the Data Source Wizard.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

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

Declaration

public WizardDataConnection[] WizardConnections { get; set; }

Property Value

Type Description
WizardDataConnection[]

An array of WizardDataConnection objects.

See Also