Proprietà Variable.Writable
Indicates whether the variable is writable.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property Writable As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Boolean
A Boolean value.