Partager via


Propriété ScalePinInstance.Enable

Gets the calculated value of the Enable property in a ScalePin class.

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

Syntaxe

'Déclaration
Public ReadOnly Property Enable As Boolean 
    Get
'Utilisation
Dim instance As ScalePinInstance 
Dim value As Boolean 

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

Valeur de propriété

Type : System.Boolean
A Boolean value that represents the calculated value of the Enable property.

Voir aussi

Référence

ScalePinInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering