ChartThreeDProperties.GapDepth 属性

Gets an expression that evaluates to the 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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object.

请参阅

参考

ChartThreeDProperties 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间