Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets a value that indicates whether the field value is user defined.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property UserDefined As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
true if the field value is user defined; otherwise, false.