共用方式為


WallThickness 屬性

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