次の方法で共有


ChartBorderSkinInstance.BorderSkinType プロパティ

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

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

構文

'宣言
Public ReadOnly Property BorderSkinType As ChartBorderSkinType 
    Get
'使用
Dim instance As ChartBorderSkinInstance 
Dim value As ChartBorderSkinType 

value = instance.BorderSkinType
public ChartBorderSkinType BorderSkinType { get; }
public:
property ChartBorderSkinType BorderSkinType {
    ChartBorderSkinType get ();
}
member BorderSkinType : ChartBorderSkinType
function get BorderSkinType () : ChartBorderSkinType

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ChartBorderSkinType
BorderSkinType プロパティの計算値を表す ChartBorderSkinType 値。

関連項目

参照

ChartBorderSkinInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間