共用方式為


ChartThreeDProperties.DepthRatio 屬性

Gets an expression that evaluates to the ratio (in percent) between depth and width.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property DepthRatio As ReportIntProperty 
    Get
'用途
Dim instance As ChartThreeDProperties 
Dim value As ReportIntProperty 

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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object.

請參閱

參考

ChartThreeDProperties 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間