ChartThreeDProperties.WallThickness 属性

Gets an expression that evaluates to the percent thickness of outer walls.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property WallThickness As ReportIntProperty
    Get
用法
Dim instance As ChartThreeDProperties
Dim value As ReportIntProperty

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