다음을 통해 공유


DepthRatio 속성

Ratio (in percent)between depth and width.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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