다음을 통해 공유


GapDepth 속성

Percent depth gap between 3D bars and columns

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

구문

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

value = instance.GapDepth

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