Parameter.Tag 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 object that contains data about the report parameter.
Namespace: DevExpress.XtraReports.Parameters
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[TypeConverter(typeof(StringConverter))]
[XtraSerializableProperty]
public object Tag { get; set; }
Property Value
Type | Description |
---|---|
Object | An Object that contains data about the report parameter. |
See Also