ThreeDProperties 屬性
Gets the 3-D properties for the chart area.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property ThreeDProperties As ChartThreeDProperties
Get
'用途
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