Skip to main content

DataSourceInfo.IsSqlDataSource Property

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

Namespace: DevExpress.XtraPrinting.WebClientUIControl.DataContracts

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

NuGet Package: DevExpress.Printing.Core

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