Back to Devexpress

XRCrossTab.DataAdapter Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcrosstab-58560b4b.md

latest2.1 KB
Original Source

XRCrossTab.DataAdapter Property

SECURITY-RELATED CONSIDERATIONS

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 populates the Cross Tab control’s data source.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(null)]
[SRCategory(ReportStringId.CatData)]
public object DataAdapter { get; set; }
vb
<DefaultValue(Nothing)>
<SRCategory(ReportStringId.CatData)>
Public Property DataAdapter As Object

Property Value

TypeDefaultDescription
Objectnull

A data adapter object.

|

Remarks

Use this property if you bind your Cross Tab control to a DataSet object. The DataSource property specifies the Cross Tab’s data source.

See the Standard .NET Data Providers documentation section for information on how to use the DataAdapter property.

See Also

XRCrossTab Class

XRCrossTab Members

DevExpress.XtraReports.UI Namespace