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