次の方法で共有


ChartThreeDProperties.GapDepth プロパティ

3-D の横棒と縦棒の間の奥行ギャップの比率 (% 単位) に評価される式を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property GapDepth As ReportIntProperty 
    Get
'使用
Dim instance As ChartThreeDProperties 
Dim value As ReportIntProperty 

value = instance.GapDepth
public ReportIntProperty GapDepth { get; }
public:
property ReportIntProperty^ GapDepth {
    ReportIntProperty^ get ();
}
member GapDepth : ReportIntProperty
function get GapDepth () : ReportIntProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
ReportIntProperty オブジェクト。

関連項目

参照

ChartThreeDProperties クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間