次の方法で共有


Chart.BorderSkin プロパティ

グラフ画像全体の罫線スキンを取得します。

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

構文

'宣言
Public ReadOnly Property BorderSkin As ChartBorderSkin 
    Get
'使用
Dim instance As Chart 
Dim value As ChartBorderSkin 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ChartBorderSkin
ChartBorderSkin オブジェクト。

関連項目

参照

Chart クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間