次の方法で共有


ChartBorderSkin.BorderSkinType プロパティ

罫線スキンの種類を取得します。

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

構文

'宣言
Public ReadOnly Property BorderSkinType As ReportEnumProperty(Of ChartBorderSkinType)
    Get
'使用
Dim instance As ChartBorderSkin 
Dim value As ReportEnumProperty(Of ChartBorderSkinType)

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartBorderSkinType>
ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

ChartBorderSkin クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間