Partager via


Propriété ScalePin.Enable

Gets an expression that evaluates to a value that indicates whether the pin is enabled.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Enable As ReportBoolProperty 
    Get
'Utilisation
Dim instance As ScalePin 
Dim value As ReportBoolProperty 

value = instance.Enable
public ReportBoolProperty Enable { get; }
public:
property ReportBoolProperty^ Enable {
    ReportBoolProperty^ get ();
}
member Enable : ReportBoolProperty
function get Enable () : ReportBoolProperty

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Voir aussi

Référence

ScalePin Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering