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

DataSourceRefInfo.DataSerializer Property

A custom data source serializer.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly: DevExpress.XtraReports.v19.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

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

Property Value

Type Description
String

A String value, specifying the custom serializer.

See Also