ChartArea.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