Propriété Writable
Indicates whether the variable is writable.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property Writable As Boolean
Get
Set
'Utilisation
Dim instance As Variable
Dim value As Boolean
value = instance.Writable
instance.Writable = value
public bool Writable { get; set; }
public:
property bool Writable {
bool get ();
void set (bool value);
}
member Writable : bool with get, set
function get Writable () : boolean
function set Writable (value : boolean)
Valeur de propriété
Type : System. . :: . .Boolean
A Boolean value.