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

DataSourceInfo.IsSqlDataSource Property

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

Namespace: DevExpress.XtraPrinting.WebClientUIControl.DataContracts

Assembly: DevExpress.Printing.v18.2.Core.dll

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