Partilhar via


Propriedade do RDL Variable.Writable

Indicates whether the variable is writable.

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

Sintaxe

'Declaração
Public Property Writable As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Boolean
A Boolean value.

Consulte também

Referência

Variable Classe

Namespace Microsoft.ReportingServices.RdlObjectModel