DataSourceRefInfo.IsSqlDataSource Property
Specifies whether the data source is an SqlDataSource class instance.
Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts
Assembly: DevExpress.XtraReports.v26.1.Web.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true, if the data source is an SqlDataSource class instance; otherwise, false. |
See Also