Partager via


Propriété Enabled

Gets an expression that evaluates to a value that indicates whether a chart is displayed in 3-D.

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

Syntaxe

'Déclaration
Public ReadOnly Property Enabled As ReportBoolProperty
    Get
'Utilisation
Dim instance As ChartThreeDProperties
Dim value As ReportBoolProperty

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