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.v18.2.dll

Declaration

public IDataConnection DataConnection { get; set; }

Property Value

Type Description
IDataConnection

An object implementing the IDataConnection interface.

Implements

See Also