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

XtraReportModel.DataConnection Property

Specifies the data connection options.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public IDataConnection DataConnection { get; set; }

Property Value

Type Description
IDataConnection

An object implementing the IDataConnection interface.

Implements

See Also