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

DataSourceInfo.Id Property

Specifies the data source ID.

Namespace: DevExpress.XtraPrinting.WebClientUIControl.DataContracts

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

Declaration

[DataMember(Name = "id")]
public string Id { get; set; }

Property Value

Type Description
String

A String value, specifying the data source ID.

See Also