GapDepth 屬性
Percent depth gap between 3-D bars and columns.
命名空間: 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