Skip to main content

XRSparkline.DataAdapter Property

SECURITY NOTE

Deserializing a report layout from untrusted resources may create security issues. Serializable System.Object properties that contain custom type values are not (de)serialized automatically. Review the following help topic for information on how to (de)serialize custom type values: Reporting — Safe Deserialization.

Specifies the data adapter that is assigned to the sparkline.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[DefaultValue(null)]
[SRCategory(ReportStringId.CatData)]
public object DataAdapter { get; set; }

Property Value

Type Default Description
Object null

A Object value, specifying the sparkline data adapter.

See Also