次の方法で共有


ChartThreeDPropertiesInstance.WallThickness プロパティ

ChartThreeDProperties クラスの WallThickness プロパティの計算値を取得します。

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

構文

'宣言
Public ReadOnly Property WallThickness As Integer 
    Get
'使用
Dim instance As ChartThreeDPropertiesInstance 
Dim value As Integer 

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

プロパティ値

型: System.Int32
WallThickness プロパティの計算値を表す int 値。

関連項目

参照

ChartThreeDPropertiesInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間