Skip to main content

DataSourceRefInfo.DataSerializer Property

A custom data source serializer.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly: DevExpress.XtraReports.v23.2.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