Back to Devexpress

DynamicListLookUpSettings.DataAdapter Property

corelibraries-devexpress-dot-xtrareports-dot-parameters-dot-dynamiclistlookupsettings-e26a9ca1.md

latest1.9 KB
Original Source

DynamicListLookUpSettings.DataAdapter Property

SECURITY-RELATED CONSIDERATIONS

Deserializing layout settings 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: Safe Deserialization.

Specifies the data adapter for the storage that contains the report parameter’s predefined values.

Namespace : DevExpress.XtraReports.Parameters

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(null)]
public override object DataAdapter { get; set; }
vb
<DefaultValue(Nothing)>
Public Overrides Property DataAdapter As Object

Property Value

TypeDefaultDescription
Objectnull

A Object value.

|

Remarks

Specify the DataAdapter property to retrieve the parameter’s predefined values from a DataSet.

See Also

DynamicListLookUpSettings Class

DynamicListLookUpSettings Members

DevExpress.XtraReports.Parameters Namespace