Freigeben über


ChartThreeDPropertiesInstance.Enabled-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Enabled As Boolean 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

ChartThreeDPropertiesInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace