DataSourceInfo.IsSqlDataSource Property
Specifies whether or not the data source is a SqlDataSource object.
Namespace: DevExpress.XtraPrinting.WebClientUIControl.DataContracts
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the data source is a SqlDataSource; otherwise false. |
See Also