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>)