GapDepth プロパティ

3D の横棒と縦棒の間にある奥行ギャップの比率 (% 単位)。

名前空間:  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>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Int32> ) > ) >
ReportExpression<(Of <(<'T>)>)> オブジェクトです。