DynamicListLookUpSettings.DataAdapter Property
SECURITY NOTE
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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[TypeConverter("DevExpress.XtraReports.Design.DataAdapterConverter,DevExpress.XtraReports.v24.1, Version=24.1.99.0, Culture=neutral, PublicKeyToken=c38a27d2243c2672")]
[XtraSerializableProperty(XtraSerializationVisibility.Reference)]
public override object DataAdapter { get; set; }
Property Value
Type | Description |
---|---|
Object | A Object value. |
Remarks
Specify the DataAdapter property to retrieve the parameter’s predefined values from a DataSet.
See Also