다음을 통해 공유


DepthRatio 속성

Ratio (in percent)between depth and width

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property DepthRatio As ReportExpression(Of Integer)
    Get
    Set
‘사용 방법
Dim instance As ChartThreeDProperties
Dim value As ReportExpression(Of Integer)

value = instance.DepthRatio

instance.DepthRatio = value
public ReportExpression<int> DepthRatio { get; set; }
public:
property ReportExpression<int> DepthRatio {
    ReportExpression<int> get ();
    void set (ReportExpression<int> value);
}
member DepthRatio : ReportExpression<int> with get, set
function get DepthRatio () : ReportExpression<int>
function set DepthRatio (value : ReportExpression<int>)