Partager via


Propriété Enable

Indicates the pin is enabled.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property Enable As ReportExpression(Of Boolean)
    Get
    Set
'Utilisation
Dim instance As ScalePin
Dim value As ReportExpression(Of Boolean)

value = instance.Enable

instance.Enable = value
public ReportExpression<bool> Enable { get; set; }
public:
property ReportExpression<bool> Enable {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member Enable : ReportExpression<bool> with get, set
function get Enable () : ReportExpression<boolean>
function set Enable (value : ReportExpression<boolean>)