共用方式為


DepthRatio 屬性

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