Share via


Variable.Writable Property

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)

Property Value

Type: System.Boolean
A Boolean value.