Skip to main content

DataSourceInfo.Name Property

Specifies the data source name.

Namespace: DevExpress.XtraPrinting.WebClientUIControl.DataContracts

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

NuGet Package: DevExpress.Printing.Core

#Declaration

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

#Property Value

Type Description
String

A String value, specifying the data source name.

See Also