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

DataSourceRefInfo.IsSqlDataSource Property

Specifies whether or not the data source is a SqlDataSource object.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly: DevExpress.XtraReports.v19.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "isSqlDataSource")]
public bool IsSqlDataSource { get; set; }

Property Value

Type Description
Boolean

true if the data source is a SqlDataSource; otherwise false.

See Also