Freigeben über


Variable.Writable-Eigenschaft

Indicates whether the variable is writable.

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

Syntax

'Declaration
Public Property Writable As Boolean 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Boolean
A Boolean value.

Siehe auch

Verweis

Variable Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace