Condividi tramite


Proprietà ChartArea.ThreeDProperties

Gets the 3-D properties for the chart area.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ThreeDProperties As ChartThreeDProperties 
    Get
'Utilizzo
Dim instance As ChartArea 
Dim value As ChartThreeDProperties 

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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartThreeDProperties
A ChartThreeDProperties object.

Vedere anche

Riferimento

ChartArea Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering