A newer version of this page is available.
Switch to the current version.
XtraReportModel.DataConnection Property
Specifies the data connection options.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
public IDataConnection DataConnection { get; set; }
Public Property DataConnection As IDataConnection
Property Value
Type | Description |
---|---|
IDataConnection | An object implementing the IDataConnection interface. |
Implements
See Also
Feedback