Field.UserDefined Property

Definition

Gets or sets a value that indicates whether the field value is user defined.

public:
 property bool UserDefined { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public bool UserDefined { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.UserDefined : bool with get, set
Public Property UserDefined As Boolean

Property Value

true if the field value is user defined; otherwise, false.

Attributes

Applies to