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

DataSourceInfo.DataSerializer Property

Specifies the name of a data source serializer.

Namespace: DevExpress.XtraPrinting.WebClientUIControl.DataContracts

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

Declaration

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

Property Value

Type Description
String

A String value, specifying the data source serializer name.

See Also