Partager via


Propriété ChartThreeDPropertiesInstance.Enabled

Gets the calculated value of the Enabled property in a ChartThreeDProperties class.

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

Syntaxe

'Déclaration
Public ReadOnly Property Enabled As Boolean 
    Get
'Utilisation
Dim instance As ChartThreeDPropertiesInstance 
Dim value As Boolean 

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

Valeur de propriété

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

Voir aussi

Référence

ChartThreeDPropertiesInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering