Udostępnij przez


Właściwość ChartArea.ThreeDProperties

Pobiera właściwości 3-w dla obszaru wykresu.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property ThreeDProperties As ChartThreeDProperties
    Get
'Użycie
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