Freigeben über


Field.UserDefined-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property UserDefined As Boolean 
    Get 
    Set
'Usage
Dim instance As Field 
Dim value As Boolean 

value = instance.UserDefined

instance.UserDefined = value
public bool UserDefined { get; set; }
public:
property bool UserDefined {
    bool get ();
    void set (bool value);
}
member UserDefined : bool with get, set
function get UserDefined () : boolean 
function set UserDefined (value : boolean)

Eigenschaftswert

Typ: System.Boolean
true if the field value is user defined; otherwise, false.

Siehe auch

Verweis

Field Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace