Freigeben über


ChartThreeDProperties.Enabled-Eigenschaft

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

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

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

ChartThreeDProperties Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace